fix serializer
This commit is contained in:
parent
125c438f19
commit
b2341194bc
|
|
@ -49,7 +49,7 @@ class TagCategoryBaseSerializer(serializers.ModelSerializer):
|
||||||
fields = (
|
fields = (
|
||||||
'id',
|
'id',
|
||||||
'label_translated',
|
'label_translated',
|
||||||
'name_indexing',
|
'index_name',
|
||||||
'tags',
|
'tags',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user