mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning.
This commit is contained in:
committed by
Mariusz Felisiak
parent
65e86948b8
commit
8d3519071e
@@ -317,6 +317,8 @@ Models
|
||||
or a number.
|
||||
* **models.E034**: The index name ``<index>`` cannot be longer than
|
||||
``<max_length>`` characters.
|
||||
* **models.W035**: ``db_table`` ``<db_table>`` is used by multiple models:
|
||||
``<model list>``.
|
||||
|
||||
Security
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user