diff options
| author | Claude Paroz <claude@2xlibre.net> | 2019-05-11 12:30:19 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-17 08:04:59 +0200 |
| commit | 34a357d519a6ff37516c963181af912f776ea80d (patch) | |
| tree | d8cec79c48876ca5d2649858c85ff78b6bf89ab9 /docs | |
| parent | 08c8838727310094c240d129060314027b7585e7 (diff) | |
[2.2.x] Fixed #30459 -- Delegated hide/show JS toggle to parent div.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of e286987a27271c8ee7eb6e4d4332b563c4e6094b from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.2.2.txt b/docs/releases/2.2.2.txt index f474039ff9..928624a753 100644 --- a/docs/releases/2.2.2.txt +++ b/docs/releases/2.2.2.txt @@ -9,4 +9,5 @@ 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`). |
