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
1 changed files with 1 additions and 1 deletions

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 ``limit_choices_to`` has no effect when used on a ``ManyToManyField`` with a
custom intermediate table specified using the custom intermediate table specified using the
:attr:`~ManyToManyField.through` paramter. :attr:`~ManyToManyField.through` parameter.
.. attribute:: ManyToManyField.symmetrical .. attribute:: ManyToManyField.symmetrical