Commit 1c68437d authored by Timo Graham's avatar Timo Graham
Browse files

[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
parent edaf6aab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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::