mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Added section about URL reversion to URL mapper document.
This commit is contained in:
parent
34a736b752
commit
ec1aad1671
6 changed files with 132 additions and 21 deletions
|
@ -226,7 +226,7 @@ Hooking the wizard into a URLconf
|
|||
---------------------------------
|
||||
|
||||
Finally, we need to specify which forms to use in the wizard, and then
|
||||
deploy the new :class:`WizardView` object at an URL in the ``urls.py``. The
|
||||
deploy the new :class:`WizardView` object at a URL in the ``urls.py``. The
|
||||
wizard's :meth:`as_view` method takes a list of your
|
||||
:class:`~django.forms.Form` classes as an argument during instantiation::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue