summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-11-01 06:58:02 -0400
committerTim Graham <timograham@gmail.com>2012-11-01 08:50:54 -0400
commitacab68d8a76c8021a9c7c467e83f5843fe5b2f6c (patch)
tree774c311e3573f0b121174e0a237e7172cdf11a87 /docs
parent958c1d12e584dfe493697edf1083f99b1a41d1a9 (diff)
[1.5.X] Fixed #19179 - Added mention of NamedUrlSessionWizard and NamedUrlCookieWizard; thanks Tom for the report.
Backport of ede8a0be05 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/formtools/form-wizard.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt
index 0ced1bf155..d1193badbe 100644
--- a/docs/ref/contrib/formtools/form-wizard.txt
+++ b/docs/ref/contrib/formtools/form-wizard.txt
@@ -622,8 +622,11 @@ Usage of ``NamedUrlWizardView``
.. class:: NamedUrlWizardView
-There is a :class:`WizardView` subclass which adds named-urls support to the wizard.
-By doing this, you can have single urls for every step.
+There is a :class:`WizardView` subclass which adds named-urls support to the
+wizard. By doing this, you can have single urls for every step. You can also
+use the :class:`NamedUrlSessionWizardView` or :class:`NamedUrlCookieWizardView`
+classes which preselect the backend used for storing information (server-side
+sessions and browser cookies respectively).
To use the named urls, you have to change the ``urls.py``.