summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author007gzs <007gzs@gmail.com>2020-08-19 08:40:32 +0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-01 08:19:12 +0200
commitdfa31f8e87b11c819d6564f925743c0978ea3351 (patch)
tree53afa9425f3ee19c5d2d9dcdb9bf4fecc302728e /docs
parent42f8c085a602fd897b53eaaef0b90e1ede66d8cc (diff)
[3.1.x] Fixed #31901 -- Prevented content overflowing in the admin changelist with navigation sidebar.
Backport of 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c from master
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 932d6b467d..359acfcffc 100644
--- a/docs/releases/3.1.1.txt
+++ b/docs/releases/3.1.1.txt
@@ -62,3 +62,6 @@ Bugfixes
* Fixed a ``django.contrib.admin.EmptyFieldListFilter`` crash when using on
reverse relations (:ticket:`31952`).
+
+* Prevented content overflowing in the admin changelist view when the
+ navigation sidebar is enabled (:ticket:`31901`).