1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/docs/ref/contrib
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
..
admin Fixed #35189 -- Improved admin collapsible fieldsets by using <details> elements. 2024-05-22 00:13:55 -03:00
gis Fixed #35412 -- Dropped support for SQLite < 3.31. 2024-04-29 11:07:54 +02:00
postgres Fixed #35075 -- Added deduplicate_items parameter to BTreeIndex. 2024-01-02 12:55:12 +01:00
auth.txt Doc'd that users with unusable passwords cannot request a password reset. 2023-12-19 14:04:04 -03:00
contenttypes.txt Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch. 2024-05-04 11:30:36 +02:00
flatpages.txt Added warning about flatpages and untrusted users. 2023-09-27 19:09:10 +02:00
humanize.txt
index.txt Added meaningful titles to ..admonition:: directives. 2023-04-21 12:03:59 +02:00
messages.txt Fixed #34730 -- Added django.contrib.messages.test.MessagesTestMixin.assertMessages(). 2023-09-05 11:55:37 +02:00
redirects.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
sitemaps.txt Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00
sites.txt Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00
staticfiles.txt Fixed broken links and redirects in docs. 2024-03-06 08:50:21 +01:00
syndication.txt Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00