diff options
Diffstat (limited to 'docs')
| -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 074a901de8..aff3bd2bdc 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -245,6 +245,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.E340**: The field's intermediary table ``<table name>`` clashes with + the table name of ``<model>``/``<model>.<field name>``. * **fields.W340**: ``null`` has no effect on ``ManyToManyField``. * **fields.W341**: ``ManyToManyField`` does not support ``validators``. * **fields.W342**: Setting ``unique=True`` on a ``ForeignKey`` has the same |
