Ticket #5537: relatedname (1).diff

File relatedname (1).diff, 559 bytes (added by Yeago, 14 years ago)

Docfix per russel

  • ref/models/fields.txt

     
    925925    <abstract-base-classes>`; and when you do so
    926926    :ref:`some special syntax <abstract-related-name>` is available.
    927927
     928    You may supress the appearance altogether by providing this argument with
     929    a string beginning with a '+'.
     930
    928931.. attribute:: ForeignKey.to_field
    929932
    930933    The field on the related object that the relation is to. By default, Django
Back to Top