From b7b7df5fbcf44e6598396905136cab5a19e9faff Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Fri, 22 May 2020 15:27:43 +0200 Subject: Fixed #31530 -- Added system checks for invalid model field names in CheckConstraint.check and UniqueConstraint.condition. --- docs/ref/checks.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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**: ```` does not support indexes with non-key columns. +* **models.E041**: ``constraints`` refers to the joined field ````. Security -------- -- cgit v1.3