1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Fixed #22372 -- Improved description of WizardView.get_context_data().

Thanks simon29 for the report.

Backport of a8e2ec0e82 from master
This commit is contained in:
Vishal Lal
2014-04-02 06:14:47 +00:00
committed by Tim Graham
parent bd5965ce68
commit 1cce00a762
2 changed files with 8 additions and 4 deletions

View File

@@ -534,8 +534,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: