diff --git a/docs/conf.py b/docs/conf.py index 13a6dbd67e0..2b42f44268c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -135,7 +135,6 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'sphinx': ('http://sphinx-doc.org/', None), 'six': ('https://pythonhosted.org/six/', None), - 'formtools': ('https://django-formtools.readthedocs.io/en/latest/', None), 'psycopg2': ('http://initd.org/psycopg/docs/', None), } diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 76cd19eeb5f..c01c12b5587 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -436,9 +436,8 @@ Minor features ``django.contrib.formtools`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* Calls to :meth:`WizardView.done() - ` now include a - ``form_dict`` to allow easier access to forms by their step name. +* Calls to ``WizardView.done()`` now include a ``form_dict`` to allow easier + access to forms by their step name. :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~