summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2010-01-10 18:51:32 +0000
committerAdrian Holovaty <adrian@holovaty.com>2010-01-10 18:51:32 +0000
commit34db1d647453171c2df73beb8ec3fd9cdd8a6447 (patch)
treeefe2a81afd12f234b713b48c22fd5542352bfa0b /docs
parent74f88194c3f16b35dd2bc8133cc7a2f97d2f7221 (diff)
Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/managers.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/managers.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/topics/db/managers.txt b/docs/topics/db/managers.txt
index 0e591e799c..4bed69c158 100644
--- a/docs/topics/db/managers.txt
+++ b/docs/topics/db/managers.txt
@@ -333,8 +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
-this section.
+manager, there are a couple of things to be remember.
Do not filter away any results in this type of manager subclass
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~