From 586a9dc4295357de1f5ad0590ad34bf2bc008f79 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 18 Jul 2018 15:21:40 -0700 Subject: Fixed #26352 -- Made system check allow ManyToManyField to target the same model if through_fields differs. --- docs/ref/checks.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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**: ```` is not of the form ``app_label.app_name``. * **models.E002**: ```` references ````, which has not been installed, or is abstract. -* **models.E003**: The model has two many-to-many relations through the - intermediate model ``.``. +* **models.E003**: The model has two identical many-to-many relations through + the intermediate model ``.``. * **models.E004**: ``id`` can only be used as a field name if the field also sets ``primary_key=True``. * **models.E005**: The field ```` from parent model ```` -- cgit v1.3