Fixes: no_underscore_before_number to False
This commit is contained in:
parent
1ab95e9fd3
commit
f97d84ae58
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ REST_FRAMEWORK = {
|
|||
"DEFAULT_SCHEMA_CLASS": "drf_spectacular.generators.AutoSchema",
|
||||
"DEFAULT_PERMISSION_CLASSES": ("rest_framework.permissions.AllowAny",),
|
||||
"JSON_UNDERSCOREIZE": {
|
||||
"no_underscore_before_number": True,
|
||||
"no_underscore_before_number": False,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue