summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
-rw-r--r--docs/releases/1.7.txt5
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()
- <formtools.wizard.views.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`
~~~~~~~~~~~~~~~~~~~~~~~~~