diff options
| author | Vishal Lal <vish61@gmail.com> | 2014-04-02 06:14:47 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-03 08:25:11 -0400 |
| commit | a8e2ec0e82aaebfa53a8074581b22849896537df (patch) | |
| tree | c158146a3893d2b7c09bf293993ac37d04617c35 /django | |
| parent | d73d0e071c1b4c86d57994a0ab55a74cfe80cdf5 (diff) | |
Fixed #22372 -- Improved description of WizardView.get_context_data().
Thanks simon29 for the report.
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/formtools/wizard/views.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/django/contrib/formtools/wizard/views.py b/django/contrib/formtools/wizard/views.py index 1b297838be..77cf80ac8b 100644 --- a/django/contrib/formtools/wizard/views.py +++ b/django/contrib/formtools/wizard/views.py @@ -538,8 +538,7 @@ class WizardView(TemplateView): context variables are: * all extra data stored in the storage backend - * `form` - form instance of the current step - * `wizard` - the wizard instance itself + * `wizard` - a dictionary representation of the wizard instance Example: |
