diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-05-22 15:27:43 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-06 09:16:57 +0200 |
| commit | b7b7df5fbcf44e6598396905136cab5a19e9faff (patch) | |
| tree | 2facfd7571d5d095ca29cf03dfa1f2c27bdc5aec /docs | |
| parent | 659a73bc0a2df9be856e23fcfc6cc66d0d1a35fd (diff) | |
Fixed #31530 -- Added system checks for invalid model field names in CheckConstraint.check and UniqueConstraint.condition.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 792c3936f6..97d2c1d097 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -364,6 +364,7 @@ Models non-key columns. * **models.W040**: ``<database>`` does not support indexes with non-key columns. +* **models.E041**: ``constraints`` refers to the joined field ``<field name>``. Security -------- |
