From 1265a26b2fa3cbd73a2bccd91b700268bc28bc07 Mon Sep 17 00:00:00 2001 From: Adnan Umer Date: Sat, 3 Aug 2019 16:22:27 +0500 Subject: [2.2.x] Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning. Backport of 8d3519071ec001f763b70a3a1f98ae2e980bd552 from master. --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index a4267131ed..b1e48b2c1b 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -304,6 +304,8 @@ Models * **models.W027**: ```` does not support check constraints. * **models.E028**: ``db_table`` ```` is used by multiple models: ````. +* **models.W035**: ``db_table`` ```` is used by multiple models: + ````. Security -------- -- cgit v1.3