return collections dsc field
This commit is contained in:
parent
10ca6d8932
commit
913da37b84
|
|
@ -75,9 +75,9 @@ class Collection(ProjectBaseMixin, CollectionDateMixin,
|
|||
block_size = JSONField(
|
||||
_('collection block properties'), null=True, blank=True,
|
||||
default=None, help_text='{"width": "250px", "height":"250px"}')
|
||||
# description = TJSONField(
|
||||
# _('description'), null=True, blank=True,
|
||||
# default=None, help_text='{"en-GB":"some text"}')
|
||||
description = TJSONField(
|
||||
_('description'), null=True, blank=True,
|
||||
default=None, help_text='{"en-GB":"some text"}')
|
||||
slug = models.SlugField(max_length=50, unique=True,
|
||||
verbose_name=_('Collection slug'), editable=True, null=True)
|
||||
old_id = models.IntegerField(null=True, blank=True)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user