bo creation & modification news info
This commit is contained in:
parent
769a71b5eb
commit
8e20424b78
|
|
@ -189,8 +189,12 @@ class NewsBackOfficeBaseSerializer(NewsBaseSerializer):
|
||||||
'must_of_the_week',
|
'must_of_the_week',
|
||||||
'publication_date',
|
'publication_date',
|
||||||
'publication_time',
|
'publication_time',
|
||||||
|
'created',
|
||||||
|
'modified',
|
||||||
)
|
)
|
||||||
extra_kwargs = {
|
extra_kwargs = {
|
||||||
|
'created': {'read_only': True},
|
||||||
|
'modified': {'read_only': True},
|
||||||
'duplication_date': {'read_only': True},
|
'duplication_date': {'read_only': True},
|
||||||
'locale_to_description_is_active': {'allow_null': False},
|
'locale_to_description_is_active': {'allow_null': False},
|
||||||
'must_of_the_week': {'read_only': True},
|
'must_of_the_week': {'read_only': True},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user