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:
@@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user