fix state

This commit is contained in:
Kuroshini 2020-01-27 17:30:09 +03:00
parent bf60479c66
commit a8630661d8

View File

@ -237,7 +237,7 @@ class NewsBackOfficeBaseSerializer(NewsBaseSerializer):
'duplication_date': {'read_only': True},
'locale_to_description_is_active': {'allow_null': False},
'must_of_the_week': {'read_only': True},
'state': {'read_only': True},
# 'state': {'read_only': True},
'state_display': {'read_only': True},
}