Fix subtitle of schemas for filtering

Fix a likely copy/paste error
This commit is contained in:
Ryan Nowakowski 2021-08-30 23:14:36 -05:00 committed by GitHub
parent c5d9144aef
commit 173610da5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -335,7 +335,7 @@ Generic filters may also present an interface in the browsable API. To do so you
The method should return a rendered HTML string.
## Pagination & schemas
## Filtering & schemas
You can also make the filter controls available to the schema autogeneration
that REST framework provides, by implementing a `get_schema_fields()` method. This method should have the following signature: