From 173610da5e7418f38de66026c2c8d2dcfa3ea9c2 Mon Sep 17 00:00:00 2001 From: Ryan Nowakowski Date: Mon, 30 Aug 2021 23:14:36 -0500 Subject: [PATCH] Fix subtitle of schemas for filtering 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: