mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
c38e7a79f4
Regression in 405c836336
.
21 lines
604 B
Plaintext
21 lines
604 B
Plaintext
==========================
|
|
Django 2.2.2 release notes
|
|
==========================
|
|
|
|
*Expected June 3, 2019*
|
|
|
|
Django 2.2.2 fixes several bugs in 2.2.1.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 2.2 that stopped Show/Hide toggles working on
|
|
dynamically added admin inlines (:ticket:`30459`).
|
|
|
|
* Fixed a regression in Django 2.2 where deprecation message crashes if
|
|
``Meta.ordering`` contains an expression (:ticket:`30463`).
|
|
|
|
* Fixed a regression in Django 2.2.1 where
|
|
:class:`~django.contrib.postgres.search.SearchVector` generates SQL with a
|
|
redundant ``Coalesce`` call (:ticket:`30488`).
|