summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author007gzs <007gzs@gmail.com>2020-08-05 14:01:24 +0800
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-08-05 10:27:17 +0200
commitff8e6e83a9b9a35e1c106f88ce5560b167262d2b (patch)
tree8753a3a427f85db67f9c346497cdf3f50d8331c8 /docs
parent42e31d49220d10f475321e63c6f15b3e49e0dac2 (diff)
[3.1.x] Fixed #31853 -- Fixed wrapping of translated action labels in admin sidebar.
Backport of b0af56f639179ac5a70253b07ead8b768c4ef4a9 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.1.1.txt b/docs/releases/3.1.1.txt
index a83cfd595b..4ccd0e3718 100644
--- a/docs/releases/3.1.1.txt
+++ b/docs/releases/3.1.1.txt
@@ -9,4 +9,5 @@ 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`).