Commit 64fdd844 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@17079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent f1bc3b04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -923,7 +923,7 @@ Along with another app ``rare/models.py``::
    class ChildB(Base):
        pass

The reverse name of the ``commmon.ChildA.m2m`` field will be
The reverse name of the ``common.ChildA.m2m`` field will be
``common_childa_related``, whilst the reverse name of the
``common.ChildB.m2m`` field will be ``common_childb_related``, and finally the
reverse name of the ``rare.ChildB.m2m`` field will be ``rare_childb_related``.