Commit acab68d8 authored by Tim Graham's avatar Tim Graham
Browse files

[1.5.X] Fixed #19179 - Added mention of NamedUrlSessionWizard and...

[1.5.X] Fixed #19179 - Added mention of NamedUrlSessionWizard and NamedUrlCookieWizard; thanks Tom for the report.

Backport of ede8a0be from master
parent 958c1d12
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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``.