From e63d98b7beb16d1410168a2315cbe04c43c9c80d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 18 Jan 2017 08:33:40 -0500 Subject: [PATCH] Removed formtools from intersphinx_mapping. --- docs/conf.py | 1 - docs/releases/1.7.txt | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 13a6dbd67e..2b42f44268 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 76cd19eeb5..c01c12b558 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` ~~~~~~~~~~~~~~~~~~~~~~~~~