Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 9a4ee8ddb858ae07ff42be0261c867aa3d2eb53c
https://github.com/django/django/commit/9a4ee8ddb858ae07ff42be0261c867aa3d2eb53c
Author: Julian Wachholz <
jul...@wachholz.ch>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
M django/contrib/formtools/tests/wizard/namedwizardtests/forms.py
M django/contrib/formtools/tests/wizard/namedwizardtests/tests.py
M django/contrib/formtools/wizard/views.py
M docs/ref/contrib/formtools/form-wizard.txt
M docs/releases/1.7.txt
Log Message:
-----------
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.