Skip to content

Commit

Permalink
Corrected typo in FilterSet reference. (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
bravmi committed Dec 4, 2020
1 parent 0b4cf64 commit 6045fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/filterset.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ include both transforms and lookups, as detailed in the `lookup reference`__.

__ https://docs.djangoproject.com/en/stable/ref/models/lookups/#module-django.db.models.lookups

Note that it is **not** necessary to included declared filters in a ``fields``
Note that it is **not** necessary to include declared filters in a ``fields``
list - doing so will have no effect - and including declarative aliases in a
``fields`` dict will raise an error.

Expand Down

0 comments on commit 6045fff

Please sign in to comment.