summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-01-12 23:36:43 +0000
committerJannis Leidel <jannis@leidel.info>2010-01-12 23:36:43 +0000
commit9614b0190fdf65df05846151c6cba3f58a1ff992 (patch)
treece405d5a10a29c853c287407a6c63bb58879319e /docs
parente752d4984aa77196335321359b4492a11ea70f8e (diff)
Fixed #11794 - Typo in model manager documentation. Thanks, timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-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 4bed69c158..9b7419759f 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.
+manager, there are a couple of things to remember.
Do not filter away any results in this type of manager subclass
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~