django/tests/forms_tests/tests
Jon Dufresne 50e299dbfb Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style. 2016-08-04 19:16:54 -04:00
..
filepath_test_files
__init__.py
test_error_messages.py Replaced use of TestCase.fail() with assertRaises(). 2016-06-28 11:21:26 -04:00
test_forms.py Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style. 2016-08-04 19:16:54 -04:00
test_formsets.py Made miscellaneous code cleanups 2016-07-21 10:08:19 -04:00
test_input_formats.py Fixed #26533 -- Renamed Widget._format_value() to format_value(). 2016-04-23 13:15:45 -04:00
test_media.py Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Media.absolute_path 2015-10-19 15:39:35 +02:00
test_regressions.py Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
test_utils.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_validators.py Moved declaration of test form inside the relevant test for clarity. 2016-04-22 09:38:47 +07:00
test_widgets.py Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style. 2016-08-04 19:16:54 -04:00
tests.py Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00