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