summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.3.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/3.1.3.txt b/docs/releases/3.1.3.txt
index 853ec7a48d..e2bb2d0df3 100644
--- a/docs/releases/3.1.3.txt
+++ b/docs/releases/3.1.3.txt
@@ -11,3 +11,8 @@ Bugfixes
* Fixed a regression in Django 3.1.2 that caused the incorrect height of the
admin changelist search bar (:ticket:`32072`).
+
+* Fixed displaying Unicode characters in
+ :class:`forms.JSONField <django.forms.JSONField>` and read-only
+ :class:`models.JSONField <django.db.models.JSONField>` values in the admin
+ (:ticket:`32080`).