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:
committed by
Tim Graham
parent
296860f791
commit
6302893112
@@ -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``
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user