From a8e2ec0e82aaebfa53a8074581b22849896537df Mon Sep 17 00:00:00 2001 From: Vishal Lal Date: Wed, 2 Apr 2014 06:14:47 +0000 Subject: Fixed #22372 -- Improved description of WizardView.get_context_data(). Thanks simon29 for the report. --- django/contrib/formtools/wizard/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'django') 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: -- cgit v1.3