django1/django/contrib/formtools/tests/wizard
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
..
namedwizardtests Fixed #21994 -- Added form_dict argument to calls of WizardView.done() 2014-02-10 07:28:39 -05:00
wizardtests Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
__init__.py Removed importing formtools tests in __init__.py 2013-10-17 13:51:36 -04:00
storage.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
test_cookiestorage.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
test_forms.py Removed 'return' in __init__ 2013-12-05 07:09:36 -05:00
test_loadstorage.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
test_sessionstorage.py Modified formtools to work with unittest2 discovery. 2013-04-02 20:12:26 -06:00