summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 99f4e1d316..515d75d91a 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -317,6 +317,8 @@ Models
or a number.
* **models.E034**: The index name ``<index>`` cannot be longer than
``<max_length>`` characters.
+* **models.W035**: ``db_table`` ``<db_table>`` is used by multiple models:
+ ``<model list>``.
Security
--------