summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 20fb50e131..b1f9e085b4 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -313,6 +313,10 @@ Models
``<model>``.
* **models.E032**: constraint name ``<constraint>`` is not unique amongst
models: ``<model list>``.
+* **models.E033**: The index name ``<index>`` cannot start with an underscore
+ or a number.
+* **models.E034**: The index name ``<index>`` cannot be longer than
+ ``<max_length>`` characters.
Security
--------