1
0
mirror of https://github.com/django/django.git synced 2025-02-08 16:35:17 +00:00
django/docs/releases/3.1.1.txt
Carlton Gibson 0aeb802cf0 Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.
Thanks to Mariusz Felisiak for review.
2020-08-11 11:42:15 +02:00

23 lines
619 B
Plaintext

==========================
Django 3.1.1 release notes
==========================
*Expected September 1, 2020*
Django 3.1.1 fixes several bugs in 3.1.
Bugfixes
========
* Fixed wrapping of translated action labels in the admin's navigation sidebar
for East Asian languages (:ticket:`31853`).
* Fixed wrapping of long model names in the admin's navigation sidebar
(:ticket:`31854`).
* Fixed encoding session data while upgrading multiple instances of the same
project to Django 3.1 (:ticket:`31864`).
* Adjusted admin's navigation sidebar template to reduce debug logging when
rendering (:ticket:`31865`).