This commit is contained in:
Kuroshini 2019-12-17 14:22:08 +03:00
parent 89f8fcf73e
commit 7608fcb527

View File

@ -189,7 +189,7 @@ class NewsBackOfficeBaseSerializer(NewsBaseSerializer):
extra_kwargs = {
'backoffice_title': {'allow_null': False},
'duplication_date': {'read_only': True},
'locale_to_description_is_active': {'allow_null': False, 'allow_blank': False}
'locale_to_description_is_active': {'allow_null': False}
}
def create(self, validated_data):