From 8c403b17f94a4ace87bfdd7d40bbc3afb18f7577 Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Thu, 8 Oct 2020 21:51:14 +0800 Subject: [3.1.x] Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin. Backport of de81676b51e4dad510ef387c3ae625f9091fe57f from master --- docs/releases/3.1.3.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 ` and read-only + :class:`models.JSONField ` values in the admin + (:ticket:`32080`). -- cgit v1.3