BO title is nullable now

This commit is contained in:
Kuroshini 2019-12-19 14:54:14 +03:00
parent 4ce01e5740
commit f070ed8175

View File

@ -191,7 +191,6 @@ class NewsBackOfficeBaseSerializer(NewsBaseSerializer):
'publication_time',
)
extra_kwargs = {
'backoffice_title': {'allow_null': False},
'duplication_date': {'read_only': True},
'locale_to_description_is_active': {'allow_null': False},
'must_of_the_week': {'allow_null': False},