1
0
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:
Adnan Umer
2019-08-03 16:22:27 +05:00
committed by Mariusz Felisiak
parent 65e86948b8
commit 8d3519071e
5 changed files with 80 additions and 7 deletions

View File

@@ -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
--------