django1/django/contrib/formtools/tests/wizard
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
..
namedwizardtests Modified formtools to work with unittest2 discovery. 2013-04-02 20:12:26 -06:00
wizardtests Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
__init__.py Modified formtools to work with unittest2 discovery. 2013-04-02 20:12:26 -06:00
storage.py Fixed #18026 -- Don't return an anonymous dict if extra_data in storage is empty. 2013-01-12 15:50:18 +01:00
test_cookiestorage.py Modified formtools to work with unittest2 discovery. 2013-04-02 20:12:26 -06:00
test_forms.py Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
test_loadstorage.py Modified formtools to work with unittest2 discovery. 2013-04-02 20:12:26 -06:00
test_sessionstorage.py Modified formtools to work with unittest2 discovery. 2013-04-02 20:12:26 -06:00