django/tests/forms_tests/tests
Tim Graham 4e89082f31 Refs #15667 -- Fixed form renderer test for Python 2 non-ASCII path. 2016-12-28 15:57:55 -05: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 Organized forms_tests test_regressions.py. 2016-09-09 08:55:29 -04:00
test_forms.py Fixed #27370 -- Prevented Select widget from using 'required' with a non-empty first value. 2016-12-28 10:45:22 -05:00
test_formsets.py Fixed #27119 -- Cached BaseFormSet.management_form property 2016-12-01 20:17:25 +01:00
test_i18n.py Organized forms_tests test_regressions.py. 2016-09-09 08:55:29 -04:00
test_input_formats.py Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
test_media.py Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
test_renderers.py Refs #15667 -- Fixed form renderer test for Python 2 non-ASCII path. 2016-12-28 15:57:55 -05:00
test_utils.py Fixed #27642 -- Made forms.utils.flatatt() omit 'None' values from attrs. 2016-12-27 09:42:17 -05: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 #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
tests.py Fixed #27370 -- Prevented Select widget from using 'required' with a non-empty first value. 2016-12-28 10:45:22 -05:00