Author: russellm Date: 2010-08-06 21:43:35 -0500 (Fri, 06 Aug 2010) New Revision: 13528
Modified: django/trunk/docs/topics/db/models.txt Log: Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report. Modified: django/trunk/docs/topics/db/models.txt =================================================================== --- django/trunk/docs/topics/db/models.txt 2010-08-07 02:43:14 UTC (rev 13527) +++ django/trunk/docs/topics/db/models.txt 2010-08-07 02:43:35 UTC (rev 13528) @@ -353,7 +353,7 @@ As with :class:`~django.db.models.ForeignKey`, you can also create :ref:`recursive relationships <recursive-relationships>` (an object with a -many-to-one relationship to itself) and :ref:`relationships to models not yet +many-to-many relationship to itself) and :ref:`relationships to models not yet defined <lazy-relationships>`; see :ref:`the model field reference <ref-manytomany>` for details. -- 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.
