Kaydet (Commit) e63d98b7 authored tarafından Tim Graham's avatar Tim Graham

Removed formtools from intersphinx_mapping.

üst f3c43ad1
...@@ -135,7 +135,6 @@ intersphinx_mapping = { ...@@ -135,7 +135,6 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None), 'python': ('https://docs.python.org/3/', None),
'sphinx': ('http://sphinx-doc.org/', None), 'sphinx': ('http://sphinx-doc.org/', None),
'six': ('https://pythonhosted.org/six/', None), 'six': ('https://pythonhosted.org/six/', None),
'formtools': ('https://django-formtools.readthedocs.io/en/latest/', None),
'psycopg2': ('http://initd.org/psycopg/docs/', None), 'psycopg2': ('http://initd.org/psycopg/docs/', None),
} }
......
...@@ -436,9 +436,8 @@ Minor features ...@@ -436,9 +436,8 @@ Minor features
``django.contrib.formtools`` ``django.contrib.formtools``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Calls to :meth:`WizardView.done() * Calls to ``WizardView.done()`` now include a ``form_dict`` to allow easier
<formtools.wizard.views.WizardView.done>` now include a access to forms by their step name.
``form_dict`` to allow easier access to forms by their step name.
:mod:`django.contrib.gis` :mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment