django1/django/contrib/formtools/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
..
storage Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
__init__.py Removed the legacy form wizard. 2012-12-29 21:58:12 +01:00
forms.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
views.py Fixed #21994 -- Added form_dict argument to calls of WizardView.done() 2014-02-10 07:28:39 -05:00