1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32819 -- Added aria-describedby property to BoundField.

This commit is contained in:
David Smith
2024-12-13 08:20:27 +00:00
committed by Sarah Boyce
parent 27375ad50e
commit 1e05431881
6 changed files with 58 additions and 14 deletions

View File

@@ -256,6 +256,9 @@ Forms
HTML ``id`` attribute to be added in the error template. See
:attr:`.ErrorList.field_id` for details.
* An :attr:`~django.forms.BoundField.aria_describedby` property is added to
``BoundField`` to ease use of this HTML attribute in templates.
Generic Views
~~~~~~~~~~~~~