Skip to content

Commit

Permalink
Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12128 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jan 9, 2010
1 parent 161e466 commit df9adba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/fields.txt
Expand Up @@ -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

Expand Down

0 comments on commit df9adba

Please sign in to comment.