2020-08-04 16:34:38 +08:00
|
|
|
==========================
|
|
|
|
Django 3.1.1 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected September 1, 2020*
|
|
|
|
|
|
|
|
Django 3.1.1 fixes several bugs in 3.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2020-08-05 14:01:24 +08:00
|
|
|
* Fixed wrapping of translated action labels in the admin's navigation sidebar
|
|
|
|
for East Asian languages (:ticket:`31853`).
|
2020-08-05 15:11:06 +08:00
|
|
|
|
|
|
|
* Fixed wrapping of long model names in the admin's navigation sidebar
|
|
|
|
(:ticket:`31854`).
|
2020-08-08 03:42:39 +08:00
|
|
|
|
|
|
|
* Fixed encoding session data while upgrading multiple instances of the same
|
|
|
|
project to Django 3.1 (:ticket:`31864`).
|