2020-10-01 13:52:45 +08:00
|
|
|
==========================
|
|
|
|
Django 3.1.3 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected November 2, 2020*
|
|
|
|
|
|
|
|
Django 3.1.3 fixes several bugs in 3.1.2.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2020-10-05 16:10:40 +08:00
|
|
|
* Fixed a regression in Django 3.1.2 that caused the incorrect height of the
|
|
|
|
admin changelist search bar (:ticket:`32072`).
|
2020-10-08 21:51:14 +08:00
|
|
|
|
2020-10-09 03:44:34 +08:00
|
|
|
* Fixed a regression in Django 3.1.2 that caused the incorrect width of the
|
|
|
|
admin changelist search bar on a filtered page (:ticket:`32091`).
|
|
|
|
|
2020-10-08 21:51:14 +08:00
|
|
|
* 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`).
|