Add generator_class parameter to docs.

`get_schema_view` accepts `generator_class` parameter
This commit is contained in:
Carlton Gibson 2017-05-22 11:55:19 +02:00
parent 6831472a62
commit 53b3b83b04

View File

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