1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/tests/forms_tests/tests
Claude Paroz 165f44aaaa Combine consecutive with statements
Python 2.7 allows to combine several 'with' instructions.
2013-08-16 20:12:10 +02:00
..
filepath_test_files Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
__init__.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
test_error_messages.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
test_extra.py Revert change to the default Form.clean() 2013-08-08 14:27:48 +01:00
test_fields.py Combine consecutive with statements 2013-08-16 20:12:10 +02:00
test_forms.py Fixed #15511 -- Allow optional fields on `MultiValueField subclasses. 2013-08-06 08:50:47 -04: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 #20555 -- Make subwidget id attribute available 2013-08-13 13:23:05 -04: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