mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
more doc
This commit is contained in:
parent
ec882edc11
commit
3522dc09a8
|
@ -154,6 +154,12 @@ when saving an instance during a model serializer update with `partial=True`.
|
||||||
|
|
||||||
Default: `False`
|
Default: `False`
|
||||||
|
|
||||||
|
#### PARTIAL_UPDATE_EXTRA_FIELDS
|
||||||
|
|
||||||
|
Lets you specify the fields you will like to update everytime like `mod_date` or `modified_at`.
|
||||||
|
|
||||||
|
Default: `[]`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Versioning settings
|
## Versioning settings
|
||||||
|
|
Loading…
Reference in New Issue
Block a user