1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

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

Backport of r14703 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2010-11-26 12:41:26 +00:00
parent edaf6aaba8
commit 1c68437d1d

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::