1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/tests/forms_tests/tests
Marc Tamlyn 1c4a9bd9ad Revert change to the default Form.clean()
This means it doesn't break for people who are doing
`cleaned_data = super(FooForm, self).clean()`.
2013-08-08 14:27:48 +01:00
..
filepath_test_files
__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 Fixed #20781 -- Fixed _has_changed regression with MultiValueField 2013-07-22 09:06:07 +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
test_media.py
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
test_validators.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_widgets.py Fixed #20850 -- Added MultiWidget.needs_multipart_form 2013-08-05 10:02:28 -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