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:
parent
161e4667df
commit
df9adbafb7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue