django/tests/forms_tests/tests
Bouke Haarsma 2fb5a51fa3 Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Thanks Aymeric Augustin for the suggestion.
2013-10-17 09:42:28 -04:00
..
filepath_test_files Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01: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 #21270 -- Fixed E701 pep8 warnings 2013-10-17 12:12:40 +01:00
test_extra.py Fixed #21270 -- Fixed E701 pep8 warnings 2013-10-17 12:12:40 +01:00
test_fields.py Fixed #21266 -- Fixed E201,E202 pep8 warnings. 2013-10-14 18:12:00 -04:00
test_forms.py Fixed #18659 -- Deprecated request.REQUEST and MergeDict 2013-10-17 09:42:28 -04:00
test_formsets.py Fixed #21266 -- Fixed E201,E202 pep8 warnings. 2013-10-14 18:12:00 -04:00
test_input_formats.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_media.py Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. 2013-10-10 11:09:42 -04:00
test_regressions.py Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix 2013-06-10 14:23:15 -04:00
test_util.py Fixed #21270 -- Fixed E701 pep8 warnings 2013-10-17 12:12:40 +01:00
test_validators.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_widgets.py Fixed #21173 -- Stopped fixing format for date-based widgets at init time 2013-10-12 18:31:19 +02:00
tests.py Fixed #20649 -- Allowed blank field display to be defined in the initial list of choices. 2013-07-31 14:12:03 -04:00