mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-26 09:14:34 +03:00
Add generator_class
parameter to docs.
`get_schema_view` accepts `generator_class` parameter
This commit is contained in:
parent
6831472a62
commit
53b3b83b04
|
@ -185,6 +185,12 @@ to be exposed in the schema:
|
|||
patterns=schema_url_patterns,
|
||||
)
|
||||
|
||||
#### `generator_class`
|
||||
|
||||
May be used to specify a `SchemaGenerator` subclass to be passed to the
|
||||
`SchemaView`.
|
||||
|
||||
|
||||
|
||||
## Using an explicit schema view
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user