mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #32819 -- Added id to ErrorList class and template.
This commit is contained in:
@@ -249,6 +249,10 @@ Forms
|
||||
* The new :class:`~django.forms.TelInput` form widget is for entering telephone
|
||||
numbers and renders as ``<input type="tel" ...>``.
|
||||
|
||||
* The new ``field_id`` argument for :class:`~django.forms.ErrorList` allows an
|
||||
HTML ``id`` attribute to be added in the error template. See
|
||||
:attr:`.ErrorList.field_id` for details.
|
||||
|
||||
Generic Views
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user