mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +03:00
new setting
This commit is contained in:
parent
2d9f6e14c8
commit
5f7348102f
|
@ -53,6 +53,7 @@ DEFAULTS = {
|
|||
|
||||
# Model serializer behavior
|
||||
'STRICT_PARTIAL_UPDATE': False,
|
||||
'PARTIAL_UPDATE_EXTRA_FIELDS': [],
|
||||
|
||||
# Schema
|
||||
'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.openapi.AutoSchema',
|
||||
|
|
Loading…
Reference in New Issue
Block a user