diff --git a/docs/topics/db/managers.txt b/docs/topics/db/managers.txt index 0e591e799c..f51238c6e3 100644 --- a/docs/topics/db/managers.txt +++ b/docs/topics/db/managers.txt @@ -333,7 +333,7 @@ Writing Correct Managers For Use In Automatic Manager Instances As already suggested by the `django.contrib.gis` example, above, the ``use_for_related_fields`` feature is primarily for managers that need to return a custom ``QuerySet`` subclass. In providing this functionality in your -manager, there are a couple of things to be remember and that's the topic of +manager, there are a couple of things to remember and that's the topic of this section. Do not filter away any results in this type of manager subclass