summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index ec3735598a..d9bfdb168c 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -349,6 +349,9 @@ Models
``<max_length>`` characters.
* **models.W035**: ``db_table`` ``<db_table>`` is used by multiple models:
``<model list>``.
+* **models.W036**: ``<database>`` does not support unique constraints with
+ conditions.
+* **models.W037**: ``<database>`` does not support indexes with conditions.
Security
--------