mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +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.