From 8d3519071ec001f763b70a3a1f98ae2e980bd552 Mon Sep 17 00:00:00 2001 From: Adnan Umer Date: Sat, 3 Aug 2019 16:22:27 +0500 Subject: Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning. --- 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 99f4e1d316..515d75d91a 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -317,6 +317,8 @@ Models or a number. * **models.E034**: The index name ```` cannot be longer than ```` characters. +* **models.W035**: ``db_table`` ```` is used by multiple models: + ````. Security -------- -- cgit v1.3