summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.8.txt4
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`).