Fixed #14756 - fix typo in "related objects reference" docs. Thanks deisner for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2010-11-26 12:40:09 +00:00
parent 37d50ac12f
commit 044d5a2432
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Related objects reference
.. class:: RelatedManager
A "related manager" is a on managers used in a one-to-many or many-to-many
A "related manager" is a manager used in a one-to-many or many-to-many
related context. This happens in two cases:
* The "other side" of a ``ForeignKey`` relation. That is::