summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_nav_sidebar.py
AgeCommit message (Expand)Author
2025-10-14Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.antoliny0919
2023-12-15Fixed #34909 -- Associated links in admin navigation sidebar with row descrip...Eliana Rosselli
2023-10-19Fixed #34905 -- Corrected admin's main content element rendered in <main> tag.ontowhee
2023-09-14Fixed #34833 -- Made admin's main content render in <main> tag.Sarah Abderemane
2022-10-12Fixed #34042 -- Improved accessibility of admin's navigation sidebar.Rasmus Magnell
2022-05-23Refs #33725 -- Replaced deprecated find_element_by_css_selector() with find_e...Mariusz Felisiak
2022-05-21Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not fo...Sankalp
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-21Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson
2021-10-06Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navi...Maxim Milovanov
2021-08-27Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...Hasan Ramezani
2021-03-31Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov
2021-03-02Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag
2021-02-18Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.Amir Ajorloo
2020-08-11Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.Carlton Gibson
2020-05-28Refs #31034 -- Improved accessibility of admin navigation sidebar.Tom Carrick
2020-05-14Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne
2020-05-11Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick