django/tests/forms_tests/tests
Jon Dufresne 4f336f6652 Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
..
filepath_test_files Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField 2015-06-16 14:37:58 -04:00
__init__.py Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
test_error_messages.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
test_forms.py Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
test_formsets.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -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 Refs #15667 -- Removed choices argument from some RendererMixin methods. 2016-04-28 18:48:52 -04:00
tests.py Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00