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',
'country',
'country_id',
'block_size',
'description',
# 'block_size',
# 'description',
'slug',
'start',
'end',
# 'start',
# 'end',
'count_related_objects',
'related_object_names',
]