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

Updated formtools docs to point at new package outside the Django repo.

Refs #23677.
This commit is contained in:
Jannis Leidel
2014-10-17 22:50:24 +02:00
committed by Tim Graham
parent 296860f791
commit 6302893112
11 changed files with 58 additions and 937 deletions

View File

@@ -358,7 +358,7 @@ more information.
New form wizard
~~~~~~~~~~~~~~~
The previous ``FormWizard`` from :mod:`django.contrib.formtools` has been
The previous ``FormWizard`` from ``django.contrib.formtools`` has been
replaced with a new implementation based on the class-based views
introduced in Django 1.3. It features a pluggable storage API and doesn't
require the wizard to pass around hidden fields for every previous step.
@@ -368,9 +368,6 @@ storage backend. The latter uses the tools for
:doc:`cryptographic signing </topics/signing>` also introduced in
Django 1.4 to store the wizard's state in the user's cookies.
See the :doc:`form wizard </ref/contrib/formtools/form-wizard>` docs for
more information.
``reverse_lazy``
~~~~~~~~~~~~~~~~