mirror of https://github.com/django/django.git
Removed formtools from intersphinx_mapping.
This commit is contained in:
parent
f3c43ad1fd
commit
e63d98b7be
|
@ -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
|
||||||
``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`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue