[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 8d3519071e from master.
This commit is contained in:
Adnan Umer 2019-08-03 16:22:27 +05:00 committed by Mariusz Felisiak
parent 2c66f340bb
commit 1265a26b2f
5 changed files with 80 additions and 7 deletions

View file

@ -304,6 +304,8 @@ Models
* **models.W027**: ``<database>`` does not support check constraints.
* **models.E028**: ``db_table`` ``<db_table>`` is used by multiple models:
``<model list>``.
* **models.W035**: ``db_table`` ``<db_table>`` is used by multiple models:
``<model list>``.
Security
--------