django/tests/admin_changelist
Durval Carvalho 85366fbca7 Fixed #34045 -- Improved accessibility of selecting items in admin changelist.
This adds "aria-label".
2023-02-16 08:29:40 +01:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin.py Fixed #34283 -- Escaped title in admin's changelist filters. 2023-01-30 09:37:53 +01:00
models.py Fixed #34283 -- Escaped title in admin's changelist filters. 2023-01-30 09:37:53 +01:00
test_date_hierarchy.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Fixed #34045 -- Improved accessibility of selecting items in admin changelist. 2023-02-16 08:29:40 +01:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00