Added section about URL reversion to URL mapper document.

This commit is contained in:
Ramiro Morales 2012-10-07 20:11:12 -03:00
parent 34a736b752
commit ec1aad1671
6 changed files with 132 additions and 21 deletions

View file

@ -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::