Skip to content

Commit 4632b5d

Browse files
authored
Fix subtitle of schemas for filtering (#8145)
Fix a likely copy/paste error
1 parent 6b392a4 commit 4632b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Generic filters may also present an interface in the browsable API. To do so you
335335

336336
The method should return a rendered HTML string.
337337

338-
## Pagination & schemas
338+
## Filtering & schemas
339339

340340
You can also make the filter controls available to the schema autogeneration
341341
that REST framework provides, by implementing a `get_schema_fields()` method. This method should have the following signature:

0 commit comments

Comments
 (0)