Ticket #13718: django-13718.patch

File django-13718.patch, 620 bytes (added by Joshua Ginsberg <jag@…>, 14 years ago)

Ze patch, boss, ze patch!

  • docs/topics/db/models.txt

     
    353353
    354354As with :class:`~django.db.models.ForeignKey`, you can also create
    355355:ref:`recursive relationships <recursive-relationships>` (an object with a
    356 many-to-one relationship to itself) and :ref:`relationships to models not yet
     356many-to-many relationship to itself) and :ref:`relationships to models not yet
    357357defined <lazy-relationships>`; see :ref:`the model field reference
    358358<ref-manytomany>` for details.
    359359
Back to Top