Ticket #13718: django-13718.patch
File django-13718.patch, 620 bytes (added by , 14 years ago) |
---|
-
docs/topics/db/models.txt
353 353 354 354 As with :class:`~django.db.models.ForeignKey`, you can also create 355 355 :ref:`recursive relationships <recursive-relationships>` (an object with a 356 many-to- onerelationship to itself) and :ref:`relationships to models not yet356 many-to-many relationship to itself) and :ref:`relationships to models not yet 357 357 defined <lazy-relationships>`; see :ref:`the model field reference 358 358 <ref-manytomany>` for details. 359 359