mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not focusable.
Regression ind915dd1c58. Follow up to780473d756.
This commit is contained in:
committed by
Mariusz Felisiak
parent
78bf1565c3
commit
90dcf27114
@@ -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