summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_nav_sidebar.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34042 -- Improved accessibility of admin's navigation sidebar.Rasmus Magnell2022-10-121-23/+30
* Refs #33725 -- Replaced deprecated find_element_by_css_selector() with find_e...Mariusz Felisiak2022-05-231-4/+4
* Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not fo...Sankalp2022-05-211-0/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-74/+113
* Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson2021-10-211-12/+16
* Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navi...Maxim Milovanov2021-10-061-1/+1
* Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...Hasan Ramezani2021-08-271-0/+17
* Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov2021-03-311-0/+13
* Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag2021-03-021-3/+2
* Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.Amir Ajorloo2021-02-181-0/+1
* Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.Carlton Gibson2020-08-111-0/+8
* Refs #31034 -- Improved accessibility of admin navigation sidebar.Tom Carrick2020-05-281-0/+12
* Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne2020-05-141-2/+24
* Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick2020-05-111-0/+103