Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-03-24 11:40:12 +00:00
parent d379ebdabb
commit 01757192e6
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ A ``Manager`` is the interface through which database query operations are
provided to Django models. At least one ``Manager`` exists for every model in provided to Django models. At least one ``Manager`` exists for every model in
a Django application. a Django application.
The way ``Manager`` classes work is documented :ref:`topics-db-queries`; this The way ``Manager`` classes work is documented in :ref:`topics-db-queries`;
document specifically touches on model options that customize ``Manager`` this document specifically touches on model options that customize ``Manager``
behavior. behavior.
.. _manager-names: .. _manager-names: