1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/forms_tests/widget_tests
2017-03-31 10:10:08 -04:00
..
__init__.py
base.py
test_checkboxinput.py
test_checkboxselectmultiple.py
test_clearablefileinput.py
test_dateinput.py
test_datetimeinput.py
test_fileinput.py
test_hiddeninput.py
test_input.py
test_multiplehiddeninput.py
test_multiwidget.py
test_nullbooleanselect.py
test_passwordinput.py
test_radioselect.py Fixed #27920 -- Restored empty RadioSelect choice producing value="" 2017-03-14 18:23:06 +01:00
test_select.py
test_selectdatewidget.py Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen. 2017-03-18 15:14:52 -04:00
test_selectmultiple.py Fixed #27993 -- Fixed model form default fallback for SelectMultiple. 2017-03-31 10:10:08 -04:00
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
test_timeinput.py
test_widget.py Fixed #27920 -- Restored empty RadioSelect choice producing value="" 2017-03-14 18:23:06 +01:00