summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-01-17 22:12:02 +0000
committerJannis Leidel <jannis@leidel.info>2010-01-17 22:12:02 +0000
commitd060d84bbcf7fd49197be7f2da1c2891f80e3ce9 (patch)
tree0d9580b26219b0cdf6ee5fd0653f6b25400d6370
parent0c4f8b345f04c4fe8b07f42c5f846f43ee3c05fb (diff)
[1.1.X] Fixed #11794 - Typo in model manager documentation. Thanks, timo.
Conflicts: docs/topics/db/managers.txt git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/topics/db/managers.txt2
1 files changed, 1 insertions, 1 deletions
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