django1/django/contrib/formtools/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
..
templates Moved a template that was added in the wrong directory. 2012-03-31 17:16:14 +00:00
wizard 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
forms.py Removed the legacy form wizard. 2012-12-29 21:58:12 +01:00
tests.py Modified formtools to work with unittest2 discovery. 2013-04-02 20:12:26 -06:00
urls.py Removed the legacy form wizard. 2012-12-29 21:58:12 +01:00