summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSimon Willison <simonw@eventbrite.com>2018-07-18 15:21:40 -0700
committerTim Graham <timograham@gmail.com>2018-08-22 12:07:29 -0400
commit586a9dc4295357de1f5ad0590ad34bf2bc008f79 (patch)
treec416257a9176de603d79b12f1f99e28c72725735 /docs/ref
parentf2d5dafec93e6b3100f004c559ebe21e2b783ae7 (diff)
Fixed #26352 -- Made system check allow ManyToManyField to target the same model if through_fields differs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index a84d9b60b6..42296f65c9 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -252,8 +252,8 @@ Models
* **models.E001**: ``<swappable>`` is not of the form ``app_label.app_name``.
* **models.E002**: ``<SETTING>`` references ``<model>``, which has not been
installed, or is abstract.
-* **models.E003**: The model has two many-to-many relations through the
- intermediate model ``<app_label>.<model>``.
+* **models.E003**: The model has two identical many-to-many relations through
+ the intermediate model ``<app_label>.<model>``.
* **models.E004**: ``id`` can only be used as a field name if the field also
sets ``primary_key=True``.
* **models.E005**: The field ``<field name>`` from parent model ``<model>``