mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.
This commit is contained in:
@@ -106,7 +106,8 @@ File Uploads
|
||||
Forms
|
||||
^^^^^
|
||||
|
||||
* ...
|
||||
* Form widgets now render attributes with a value of ``True`` or ``False``
|
||||
as HTML5 boolean attributes.
|
||||
|
||||
Internationalization
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user