mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Add new setting to docs
This commit is contained in:
parent
f4d62c5467
commit
805247e147
|
@ -94,6 +94,12 @@ A content negotiation class, that determines how a renderer is selected for the
|
||||||
|
|
||||||
Default: `'rest_framework.negotiation.DefaultContentNegotiation'`
|
Default: `'rest_framework.negotiation.DefaultContentNegotiation'`
|
||||||
|
|
||||||
|
#### DEFAULT_SCHEMA_CLASS
|
||||||
|
|
||||||
|
A view inspector class that will be used for schema generation.
|
||||||
|
|
||||||
|
Default: `'rest_framework.schemas.AutoSchema'`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Generic view settings
|
## Generic view settings
|
||||||
|
|
Loading…
Reference in New Issue
Block a user