django/tests/forms_tests/tests
Aymeric Augustin cfcf4b3605 Stopped using django.utils.unittest in the test suite.
Refs #20680.
2013-07-01 14:29:33 +02:00
..
filepath_test_files
__init__.py Refs #14567 -- Fixed failing test that wasn't being run. 2013-04-16 13:34:06 -06:00
test_error_messages.py Fixed #17840 -- Generalized named placeholders in form error messages 2013-04-13 18:55:50 +02:00
test_extra.py Added stripping of whitespace for SlugField and URLField 2013-05-18 16:06:08 +02:00
test_fields.py Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`. 2013-06-20 10:59:41 -04:00
test_forms.py Fixed #20618 -- Fixed regression in `BoundField.label_tag`. 2013-06-18 17:49:53 +02:00
test_formsets.py Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init 2013-06-22 09:29:37 +02:00
test_input_formats.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_media.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06: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 Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06: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 available_apps for selenium tests. 2013-06-10 12:11:46 +02:00
tests.py Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite 2013-06-14 15:37:39 +01:00