1
0
mirror of https://github.com/django/django.git synced 2025-02-23 07:55:07 +00:00

Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12128 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2010-01-09 19:09:46 +00:00
parent 161e4667df
commit df9adbafb7

View File

@ -939,7 +939,7 @@ that control how the relationship functions.
``limit_choices_to`` has no effect when used on a ``ManyToManyField`` with a
custom intermediate table specified using the
:attr:`~ManyToManyField.through` paramter.
:attr:`~ManyToManyField.through` parameter.
.. attribute:: ManyToManyField.symmetrical