django1/django/contrib/formtools/tests/wizard/namedwizardtests
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
..
__init__.py Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated when running outside of the Django test suite. Also moved around the new wizard's templates a bit to better fit the common app layout. 2011-08-13 13:51:34 +00:00
forms.py Fixed #21994 -- Added form_dict argument to calls of WizardView.done() 2014-02-10 07:28:39 -05:00
tests.py Fixed #21994 -- Added form_dict argument to calls of WizardView.done() 2014-02-10 07:28:39 -05:00
urls.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00