summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Resende <andersonresende86@gmail.com>2016-07-08 20:37:40 -0300
committerTim Graham <timograham@gmail.com>2016-07-08 19:37:40 -0400
commitba53da894fc713629ae4d3fbdd14eff98c808389 (patch)
treeaedcf7b7d1234b8a82e26e7fe7cc32255ae5160e /docs
parent8a4f017f4565c51c83aabb61a816e334e8638432 (diff)
Fixed #26796 -- Added a system check for m2m fields with ignored limit_choices_to.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt2
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
~~~~~~~