From 52936efacec4df05df2d9872c09c3332335bf21b Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Sun, 24 Nov 2019 23:09:07 +0100 Subject: Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefix contains regex special chars. Regression in b18650a2634890aa758abae2f33875daa13a9ba3. --- docs/releases/2.2.8.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/2.2.8.txt b/docs/releases/2.2.8.txt index 0c2b3eabdf..e9bd1ed1cb 100644 --- a/docs/releases/2.2.8.txt +++ b/docs/releases/2.2.8.txt @@ -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 ` contains regular expression special + characters, e.g. `'$'` (:ticket:`31031`). -- cgit v1.3