summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.3.txt
diff options
context:
space:
mode:
authorQi Zhao <zhaoqi99@outlook.com>2020-10-08 21:51:14 +0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-09 08:14:17 +0200
commitde81676b51e4dad510ef387c3ae625f9091fe57f (patch)
treece5fb99bee30e6680cd7250dbf9d9b1467c8588f /docs/releases/3.1.3.txt
parentb79088306513d5ed76d31ac40ab3c15f858946ea (diff)
Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin.
Diffstat (limited to 'docs/releases/3.1.3.txt')
-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`).