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