1
0
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:
Loic Bistuer
2014-03-23 00:16:49 +07:00
committed by Tim Graham
parent 684e8a941b
commit e61d99d96d
4 changed files with 30 additions and 16 deletions

View File

@@ -106,7 +106,8 @@ File Uploads
Forms
^^^^^
* ...
* Form widgets now render attributes with a value of ``True`` or ``False``
as HTML5 boolean attributes.
Internationalization
^^^^^^^^^^^^^^^^^^^^