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 a4267131ed..b1e48b2c1b 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -304,6 +304,8 @@ Models
* **models.W027**: ``<database>`` does not support check constraints.
* **models.E028**: ``db_table`` ``<db_table>`` is used by multiple models:
``<model list>``.
+* **models.W035**: ``db_table`` ``<db_table>`` is used by multiple models:
+ ``<model list>``.
Security
--------