diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2019-11-24 23:09:07 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-26 09:19:19 +0100 |
| commit | 3ed55606c4351913584a79e8b967f99b40316f1d (patch) | |
| tree | 3e809bd38d310e68401faab533c72401c42ab0f9 /docs | |
| parent | b3ffa0d51d56124ee4e0bed3d69b91d5254c79e2 (diff) | |
[3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefix contains regex special chars.
Regression in b18650a2634890aa758abae2f33875daa13a9ba3.
Backport of 52936efacec4df05df2d9872c09c3332335bf21b from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.8.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 <formset-prefix>` contains regular expression special + characters, e.g. `'$'` (:ticket:`31031`). |
