diff options
| author | Julian Wachholz <julian@wachholz.ch> | 2014-02-09 16:44:31 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-02-10 07:28:39 -0500 |
| commit | 9a4ee8ddb858ae07ff42be0261c867aa3d2eb53c (patch) | |
| tree | 2d875068e16701a8be91f00e11578f781977c62b /docs/releases | |
| parent | b102c27ff4d21ea6262e600227530f75337a5df2 (diff) | |
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.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.7.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 255cc35fa3..b22890c301 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -310,6 +310,13 @@ Minor features ``html_email_template_name`` parameter used to send a multipart HTML email for password resets. +:mod:`django.contrib.formtools` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Calls to :meth:`WizardView.done() + <django.contrib.formtools.wizard.views.WizardView.done>` now include a + ``form_dict`` to allow easier access to forms by their step name. + :mod:`django.contrib.gis` ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
