diff options
| author | Tom Carrick <tom@carrick.eu> | 2020-10-05 10:10:40 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-06 11:57:34 +0200 |
| commit | 3add635ff7b5dd3eb35d58f1120488d448fa286f (patch) | |
| tree | a58ad8115adf158de2361bfb3b932d3402f4f268 /docs | |
| parent | 322f0f7012f7c4436d2137a32c2115501cc059af (diff) | |
[3.1.x] Fixed #32072 -- Fixed admin search bar height.
Thanks şuayip üzülmez for the report.
Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822.
Backport of 342a41740dcfe48a5cd4560c63eeca4d7d41610d from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.3.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.1.3.txt b/docs/releases/3.1.3.txt index bf48d8443c..853ec7a48d 100644 --- a/docs/releases/3.1.3.txt +++ b/docs/releases/3.1.3.txt @@ -9,4 +9,5 @@ Django 3.1.3 fixes several bugs in 3.1.2. Bugfixes ======== -* ... +* Fixed a regression in Django 3.1.2 that caused the incorrect height of the + admin changelist search bar (:ticket:`32072`). |
