diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2021-09-08 13:57:49 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-09 12:07:59 +0200 |
| commit | 0a28b42b1510b8093a90718bafd7627ed67fa13b (patch) | |
| tree | dd8eb67d6e06b95d251a6aaeba6e54bf90f2f8e0 /docs/ref/models | |
| parent | 46c8df640cfed5dd525ac1bcf5ad7e57b7ff2571 (diff) | |
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit_choices_to.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 1a3558ac17..e03b8fa82a 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -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 |
