mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +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
@@ -9,4 +9,6 @@ Django 2.2.5 fixes several bugs in 2.2.4.
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Relaxed the system check added in Django 2.2 for models to reallow use of the
|
||||
same ``db_table`` by multiple models when database routers are installed
|
||||
(:ticket:`30673`).
|
||||
|
||||
Reference in New Issue
Block a user