django/tests/forms_tests/tests
Luke Plant f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut
This also updates all dependent functionality, including modelform_factory
 and modelformset_factory, and the generic views `ModelFormMixin`,
 `CreateView` and `UpdateView` which gain a new `fields` attribute.
2013-05-09 16:44:36 +01:00
..
filepath_test_files Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
__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 Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_fields.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_forms.py Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect 2013-04-13 12:23:25 +02:00
test_formsets.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06: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 #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
test_util.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_validators.py Modified forms_tests to work with unittest2 discovery. 2013-04-12 15:00:17 -06:00
test_widgets.py Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect 2013-04-13 16:37:27 +02:00
tests.py Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00