Ticket #12512: 12512.diff

File 12512.diff, 496 bytes (added by Tim Graham, 14 years ago)

typo

  • docs/ref/models/fields.txt

     
    939939
    940940    ``limit_choices_to`` has no effect when used on a ``ManyToManyField`` with a
    941941    custom intermediate table specified using the
    942     :attr:`~ManyToManyField.through` paramter.
     942    :attr:`~ManyToManyField.through` parameter.
    943943
    944944.. attribute:: ManyToManyField.symmetrical
    945945
Back to Top