summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-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
~~~~~~~