mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
[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:
parent
2c66f340bb
commit
1265a26b2f
5 changed files with 80 additions and 7 deletions
|
@ -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
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue