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 b0a98bde28..17570a1923 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -431,6 +431,9 @@ Models
(``db_table_comment``).
* **models.W047**: ``<database>`` does not support unique constraints with
nulls distinct.
+* **models.E048**: ``constraints/indexes/unique_together`` refers to a
+ ``CompositePrimaryKey`` ``<field name>``, but ``CompositePrimaryKey``\s are
+ not supported for that option.
Management Commands
-------------------