diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 4 |
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>`` |
