Commit d060d84b authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[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
parent 0c4f8b34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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