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
This commit is contained in:
parent
e752d4984a
commit
9614b0190f
|
@ -333,7 +333,7 @@ Writing Correct Managers For Use In Automatic Manager Instances
|
||||||
As already suggested by the `django.contrib.gis` example, above, the
|
As already suggested by the `django.contrib.gis` example, above, the
|
||||||
``use_for_related_fields`` feature is primarily for managers that need to
|
``use_for_related_fields`` feature is primarily for managers that need to
|
||||||
return a custom ``QuerySet`` subclass. In providing this functionality in your
|
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
|
Do not filter away any results in this type of manager subclass
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue