mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Before this change, HTML <fieldset> elements in the admin site did not have an associated label to describe them. This commit defines a unique HTML id for the heading labeling a fieldset, and sets its aria-labelledby property to link the heading with the fieldset. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| models.py | ||
| test_templates.py | ||
| tests.py | ||
| urls.py | ||