2019-08-03 02:32:21 +08:00
|
|
|
==========================
|
|
|
|
Django 2.2.5 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected September 2, 2019*
|
|
|
|
|
|
|
|
Django 2.2.5 fixes several bugs in 2.2.4.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2019-08-03 19:22:27 +08:00
|
|
|
* 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`).
|
2019-08-14 21:25:35 +08:00
|
|
|
|
|
|
|
* Fixed crash of ``KeyTransform()`` for
|
|
|
|
:class:`~django.contrib.postgres.fields.JSONField` and
|
|
|
|
:class:`~django.contrib.postgres.fields.HStoreField` when using on
|
|
|
|
expressions with params (:ticket:`30672`).
|