[2.2.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefix contains regex special chars.

Regression in b18650a263.

Backport of 52936eface from master
This commit is contained in:
Baptiste Mispelon 2019-11-24 23:09:07 +01:00 committed by Mariusz Felisiak
parent 2af606003a
commit 7873d3757d
3 changed files with 26 additions and 2 deletions

View file

@ -10,4 +10,6 @@ Django 2.2.8 fixes several bugs in 2.2.7 and adds compatibility with Python
Bugfixes
========
* ...
* Fixed a data loss possibility in the admin changelist view when a custom
:ref:`formset's prefix <formset-prefix>` contains regular expression special
characters, e.g. `'$'` (:ticket:`31031`).