django/docs/releases/3.1.1.txt

17 lines
390 B
Plaintext
Raw Normal View History

2020-08-04 08:34:38 +00:00
==========================
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`).