Add new setting to docs

This commit is contained in:
Carlton Gibson 2017-12-14 11:09:23 +01:00
parent f4d62c5467
commit 805247e147

View File

@ -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