django/tests/forms_tests/widget_tests
Jon Dufresne 50e299dbfb Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style. 2016-08-04 19:16:54 -04:00
..
__init__.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
base.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_checkboxinput.py Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style. 2016-08-04 19:16:54 -04:00
test_checkboxselectmultiple.py Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style. 2016-08-04 19:16:54 -04:00
test_clearablefileinput.py Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
test_dateinput.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_datetimeinput.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_fileinput.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_hiddeninput.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_multiplehiddeninput.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_multiwidget.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_nullbooleanselect.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_passwordinput.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_radioselect.py Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style. 2016-08-04 19:16:54 -04:00
test_select.py Fixed #25731 -- Removed unused choices kwarg for Select.render() 2016-02-02 18:03:19 -05:00
test_selectdatewidget.py Refs #26022 -- Used context manager version of assertRaisesMessage in tests. 2016-01-29 13:03:39 -05:00
test_selectmultiple.py Fixed #25731 -- Removed unused choices kwarg for Select.render() 2016-02-02 18:03:19 -05:00
test_splitdatetimewidget.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_splithiddendatetimewidget.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_textarea.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_textinput.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
test_timeinput.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00