Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0331913a77
commit
5dee1066a5
|
@ -353,7 +353,7 @@ For example, if a ``Pizza`` has multiple ``Topping`` objects -- that is, a
|
|||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue