django/tests/forms_tests/widget_tests
Mariusz Felisiak 0034e9af18 Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidget subwidgets.
Thanks Tim Graham and Nick Pope for review.
2017-02-07 11:33:37 -05:00
..
__init__.py
base.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
test_checkboxinput.py
test_checkboxselectmultiple.py Fixed #27761 -- Fixed quote location in multiple_input.html forms templates. 2017-01-23 07:44:57 -05:00
test_clearablefileinput.py Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default. 2017-02-06 20:31:04 -05:00
test_dateinput.py
test_datetimeinput.py
test_fileinput.py
test_hiddeninput.py
test_input.py Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type. 2017-01-10 11:38:27 -05:00
test_multiplehiddeninput.py
test_multiwidget.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
test_nullbooleanselect.py
test_passwordinput.py
test_radioselect.py
test_select.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_selectdatewidget.py
test_selectmultiple.py
test_splitdatetimewidget.py Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidget subwidgets. 2017-02-07 11:33:37 -05:00
test_splithiddendatetimewidget.py Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidget subwidgets. 2017-02-07 11:33:37 -05:00
test_textarea.py
test_textinput.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_timeinput.py Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
test_widget.py Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs. 2017-01-23 08:49:00 -05:00