summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-05 09:11:06 +0200
committerCarlton Gibson <carlton@noumenal.es>2020-08-05 10:54:25 +0200
commite70dc506d76083e443a37bac5058151823802e29 (patch)
treebe259ffea8a0c90e810c5d63c1cc670e2a09056a /docs
parentb0af56f639179ac5a70253b07ead8b768c4ef4a9 (diff)
Fixed #31854 -- Fixed wrapping of long model names in admin's sidebar.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.1.txt b/docs/releases/3.1.1.txt
index 4ccd0e3718..516d47cd03 100644
--- a/docs/releases/3.1.1.txt
+++ b/docs/releases/3.1.1.txt
@@ -11,3 +11,6 @@ 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`).