mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 21:24:33 +03:00
Merge pull request #5159 from carltongibson/docs/get_schema_view_params
Add `generator_class` parameter to `get_schema_view` docs.
This commit is contained in:
commit
5267fcc8c6
|
@ -188,6 +188,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