mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit_choices_to.
This commit is contained in:
parent
46c8df640c
commit
0a28b42b15
6 changed files with 34 additions and 45 deletions
|
@ -1810,10 +1810,6 @@ that control how the relationship functions.
|
|||
|
||||
Same as :attr:`ForeignKey.limit_choices_to`.
|
||||
|
||||
``limit_choices_to`` has no effect when used on a ``ManyToManyField`` with a
|
||||
custom intermediate table specified using the
|
||||
:attr:`~ManyToManyField.through` parameter.
|
||||
|
||||
.. attribute:: ManyToManyField.symmetrical
|
||||
|
||||
Only used in the definition of ManyToManyFields on self. Consider the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue