mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[3.1.x] Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin.
Backport of de81676b51
from master
This commit is contained in:
parent
b0e5e7b671
commit
8c403b17f9
6 changed files with 16 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue