mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[4.1.x] Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not focusable.
Regression ind915dd1c58. Follow up to780473d756. Backport of90dcf27114from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
51de294d77
commit
170793f0b0
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user