From 4632b5daaed5a71a1be3e7d412a7f9a2e5520b90 Mon Sep 17 00:00:00 2001 From: Ryan Nowakowski Date: Tue, 31 Aug 2021 08:18:49 -0500 Subject: [PATCH] Fix subtitle of schemas for filtering (#8145) Fix a likely copy/paste error --- docs/api-guide/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/filtering.md b/docs/api-guide/filtering.md index 478e3bcf9..3541388ca 100644 --- a/docs/api-guide/filtering.md +++ b/docs/api-guide/filtering.md @@ -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: