Hide unnecessary fields

This commit is contained in:
dormantman 2019-12-11 18:07:04 +03:00
parent a6b77e74b5
commit e0a66f300b

View File

@ -33,11 +33,11 @@ class CollectionBackOfficeSerializer(CollectionBaseSerializer):
'on_top', 'on_top',
'country', 'country',
'country_id', 'country_id',
'block_size', # 'block_size',
'description', # 'description',
'slug', 'slug',
'start', # 'start',
'end', # 'end',
'count_related_objects', 'count_related_objects',
'related_object_names', 'related_object_names',
] ]