diff options
| author | Denis Skulimovskiy <skulden13@gmail.com> | 2021-01-28 12:29:46 +0300 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-01-28 15:51:05 +0100 |
| commit | 269a76714616fd7ad166a14113f3354bab8d9b65 (patch) | |
| tree | 0cc10d70abd677970892c997e3895114a706e745 /docs | |
| parent | 3c004075b1d4fe4aa1ffc3f7d699dd9525bc6c02 (diff) | |
Fixed #32391 -- Used CSS flex properties for changelist filter.
Matched layout adjustment using flex from admin sidebar added in
d24ba1be7a53a113d19e2860c03aff9922efec24.
Filters would become squashed when viewport was
constrained or list display table became too wide.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.6.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.1.6.txt b/docs/releases/3.1.6.txt index dfc60acc95..2d0a48616d 100644 --- a/docs/releases/3.1.6.txt +++ b/docs/releases/3.1.6.txt @@ -9,4 +9,5 @@ Django 3.1.6 fixes several bugs in 3.1.5. Bugfixes ======== -* ... +* Fixed an admin layout issue in Django 3.1 where changelist filter controls + would become squashed (:ticket:`32391`). |
