mirror of
https://github.com/django/django.git
synced 2025-02-08 00:16:31 +00:00
04042b2b44
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.
17 lines
434 B
Plaintext
17 lines
434 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`).
|