1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/admin_inlines
Marijke Luttekes e4a693f50a Fixed #35189 -- Improved admin collapsible fieldsets by using <details> elements.
This work improves the accessibility of the add and change pages in the
admin site by adding <details> and <summary> elements to the collapsible
fieldsets. This has the nice side effect of no longer requiring custom
JavaScript helpers to implement the fieldsets' show/hide capabilities.

Thanks to James Scholes for the accessibility advice, and to Sarah Boyce
and Tom Carrick for reviews.

Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
2024-05-22 00:13:55 -03:00
..
__init__.py
admin.py Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labelledby. 2024-05-22 00:13:55 -03:00
models.py Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labelledby. 2024-05-22 00:13:55 -03:00
test_templates.py
tests.py Fixed #35189 -- Improved admin collapsible fieldsets by using <details> elements. 2024-05-22 00:13:55 -03:00
urls.py