diff options
| author | Sankalp <sankalp123427@gmail.com> | 2022-05-20 19:51:31 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-21 14:36:02 +0200 |
| commit | 170793f0b0bc753db7565034223110a25adcf753 (patch) | |
| tree | e7097a85d14b2289f12c7ea53ba6868cebc70641 /docs | |
| parent | 51de294d774b0f95a50d1feeb01614a8537cec6e (diff) | |
[4.1.x] Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not focusable.
Regression in d915dd1c5809d7c2bb3679751cd5277571dcd9f7.
Follow up to 780473d75625d014cbe9b0acdea40b7a5970d5d8.
Backport of 90dcf271147693a8897f644c4c8943c5b73c02f8 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.5.txt | 3 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.5.txt b/docs/releases/4.0.5.txt index b626f9ef36..15461a3f54 100644 --- a/docs/releases/4.0.5.txt +++ b/docs/releases/4.0.5.txt @@ -14,3 +14,6 @@ Bugfixes * Fixed a bug in Django 4.0 that caused a crash of ``QuerySet.filter()`` on ``IsNull()`` expressions (:ticket:`33705`). + +* Fixed a bug in Django 4.0 where a hidden quick filter toolbar in the admin's + navigation sidebar was focusable (:ticket:`33725`). diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 29bc732dfe..fb3686f43c 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -170,6 +170,7 @@ filesystem filesystems flatpage flatpages +focusable fooapp formatter formatters |
