2019-05-08 14:41:16 +02:00
|
|
|
==========================
|
|
|
|
Django 2.2.2 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected June 3, 2019*
|
|
|
|
|
|
|
|
Django 2.2.2 fixes several bugs in 2.2.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2019-05-11 12:30:19 +02:00
|
|
|
* Fixed a regression in Django 2.2 that stopped Show/Hide toggles working on
|
|
|
|
dynamically added admin inlines (:ticket:`30459`).
|
2019-05-17 13:00:57 +05:30
|
|
|
|
|
|
|
* Fixed a regression in Django 2.2 where deprecation message crashes if
|
|
|
|
``Meta.ordering`` contains an expression (:ticket:`30463`).
|
2019-05-17 15:27:01 +01:00
|
|
|
|
|
|
|
* Fixed a regression in Django 2.2.1 where
|
|
|
|
:class:`~django.contrib.postgres.search.SearchVector` generates SQL with a
|
|
|
|
redundant ``Coalesce`` call (:ticket:`30488`).
|
2019-05-27 20:14:49 +01:00
|
|
|
|
|
|
|
* Fixed a regression in Django 2.2 where auto-reloader doesn't detect changes
|
|
|
|
in ``manage.py`` file when using ``StatReloader`` (:ticket:`30479`).
|
2019-05-25 10:19:32 -03:00
|
|
|
|
|
|
|
* Fixed crash of :class:`~django.contrib.postgres.aggregates.ArrayAgg` and
|
|
|
|
:class:`~django.contrib.postgres.aggregates.StringAgg` with ``ordering``
|
|
|
|
argument when used in a ``Subquery`` (:ticket:`30315`).
|
2019-05-28 19:06:39 +01:00
|
|
|
|
|
|
|
* Fixed a regression in Django 2.2 that caused a crash of auto-reloader when
|
|
|
|
an exception with custom signature is raised (:ticket:`30516`).
|