Hide unnecessary fields
This commit is contained in:
parent
a6b77e74b5
commit
e0a66f300b
|
|
@ -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',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user