Author: adrian
Date: 2010-01-10 12:51:32 -0600 (Sun, 10 Jan 2010)
New Revision: 12189

Modified:
   django/trunk/docs/topics/db/managers.txt
Log:
Fixed #11794 -- Removed an unnecessary literary flourish in 
docs/topics/db/managers.txt

Modified: django/trunk/docs/topics/db/managers.txt
===================================================================
--- django/trunk/docs/topics/db/managers.txt    2010-01-10 18:50:28 UTC (rev 
12188)
+++ django/trunk/docs/topics/db/managers.txt    2010-01-10 18:51:32 UTC (rev 
12189)
@@ -333,8 +333,7 @@
 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to