1
0
mirror of https://github.com/django/django.git synced 2025-02-08 00:16:31 +00:00
django/docs/releases/2.2.2.txt
Claude Paroz e286987a27 Fixed #30459 -- Delegated hide/show JS toggle to parent div.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2019-05-17 07:46:45 +02:00

14 lines
299 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`).