diff options
| author | Anubhav Joshi <anubhav9042@gmail.com> | 2014-07-09 02:12:40 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-09 16:01:09 -0400 |
| commit | 011abb7d96c75f6154c15a8a0f997d8c27698679 (patch) | |
| tree | b73e4e4afa2b06ebb759b0533170aa167ebff627 /docs/ref/checks.txt | |
| parent | 3a85aae2eacae836e2a92de77615569883b81932 (diff) | |
Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField.
Thanks Loic Bistuer and Tim Graham for help and review.
Diffstat (limited to 'docs/ref/checks.txt')
| -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 85cd616253..f008661319 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -148,6 +148,8 @@ Related Fields * **fields.E338**: The intermediary model ``<through model>`` has no field ``<field name>``. * **fields.E339**: ``<model>.<field name>`` is not a foreign key to ``<model>``. +* **fields.W340**: ``null`` has no effect on ``ManyToManyField``. +* **fields.W341**: ``ManyToManyField`` does not support ``validators``. Signals ~~~~~~~ |
