mirror of
https://github.com/Hopiu/django.git
synced 2026-05-14 18:43:10 +00:00
14 lines
350 B
Text
14 lines
350 B
Text
==========================
|
|
Django 2.2.5 release notes
|
|
==========================
|
|
|
|
*Expected September 2, 2019*
|
|
|
|
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`).
|