django1/django/contrib/formtools/tests
Julian Wachholz 9a4ee8ddb8 Fixed #21994 -- Added form_dict argument to calls of WizardView.done()
Added an additional keyword argument ``form_dict`` to calls of
WizardView.done() implementations which allows easier access to validated
forms by their step name.
2014-02-10 07:28:39 -05:00
..
templates Moved a template that was added in the wrong directory. 2012-03-31 17:16:14 +00:00
wizard Fixed #21994 -- Added form_dict argument to calls of WizardView.done() 2014-02-10 07:28:39 -05:00
__init__.py Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
forms.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
models.py Fixed #21259 -- Fixed formstools wizard for InlineFormSet. 2013-10-17 14:01:02 -04:00
tests.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
urls.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00