浏览代码

Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/managers.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Adrian Holovaty 15 年之前
父节点
当前提交
34db1d6474
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/topics/db/managers.txt

+ 1 - 2
docs/topics/db/managers.txt

@@ -333,8 +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
-this section.
+manager, there are a couple of things to be remember.
 
 Do not filter away any results in this type of manager subclass
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~