Fix subtitle of schemas for filtering (#8145)

Fix a likely copy/paste error
This commit is contained in:
Ryan Nowakowski 2021-08-31 08:18:49 -05:00 committed by GitHub
parent 6b392a46ea
commit 4632b5daae
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: