Author: aaugustin
Date: 2011-11-10 00:41:21 -0800 (Thu, 10 Nov 2011)
New Revision: 17079

Modified:
   django/trunk/docs/topics/db/models.txt
Log:
Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report.


Modified: django/trunk/docs/topics/db/models.txt
===================================================================
--- django/trunk/docs/topics/db/models.txt      2011-11-09 17:39:07 UTC (rev 
17078)
+++ django/trunk/docs/topics/db/models.txt      2011-11-10 08:41:21 UTC (rev 
17079)
@@ -923,7 +923,7 @@
     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``.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to