2019-05-08 12:41:16 +00: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 10:30:19 +00:00
|
|
|
* Fixed a regression in Django 2.2 that stopped Show/Hide toggles working on
|
|
|
|
dynamically added admin inlines (:ticket:`30459`).
|
2019-05-17 07:30:57 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 2.2 where deprecation message crashes if
|
|
|
|
``Meta.ordering`` contains an expression (:ticket:`30463`).
|
2019-05-17 14:27:01 +00: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`).
|