duplicate "date" kind with a prefix

Later sites will switch to it so the "date" kind can be removed as it
will be existing natively in Authentic.
This commit is contained in:
Frédéric Péters 2017-03-27 10:29:41 +02:00
parent 22b4d574a1
commit 4e5b335cb8
1 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,11 @@ class Plugin(object):
'deserialize': json.loads,
'name': 'date',
'field_class': fields.DateField, },
{'label': _('Date'),
'serialize': json.dumps,
'deserialize': json.loads,
'name': 'fedict_date',
'field_class': fields.DateField, },
{'label': _('Street'),
'serialize': json.dumps,
'deserialize': json.loads,