1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +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

@@ -440,11 +440,11 @@ Minor features
enabled. See :ref:`session-invalidation-on-password-change` for more details
including upgrade considerations when enabling this new middleware.
:mod:`django.contrib.formtools`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``django.contrib.formtools``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Calls to :meth:`WizardView.done()
<django.contrib.formtools.wizard.views.WizardView.done>` now include a
<formtools.wizard.views.WizardView.done>` now include a
``form_dict`` to allow easier access to forms by their step name.
:mod:`django.contrib.gis`