diff options
| author | Anderson Resende <andersonresende86@gmail.com> | 2016-07-08 20:37:40 -0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-08 19:37:40 -0400 |
| commit | ba53da894fc713629ae4d3fbdd14eff98c808389 (patch) | |
| tree | aedcf7b7d1234b8a82e26e7fe7cc32255ae5160e /docs/ref | |
| parent | 8a4f017f4565c51c83aabb61a816e334e8638432 (diff) | |
Fixed #26796 -- Added a system check for m2m fields with ignored limit_choices_to.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index aff3bd2bdc..5eed9f0aed 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -251,6 +251,8 @@ Related Fields * **fields.W341**: ``ManyToManyField`` does not support ``validators``. * **fields.W342**: Setting ``unique=True`` on a ``ForeignKey`` has the same effect as using a ``OneToOneField``. +* **fields.W343**: ``limit_choices_to`` has no effect on ``ManyToManyField`` + with a ``through`` model. Signals ~~~~~~~ |
