diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-18 08:33:40 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-18 08:33:40 -0500 |
| commit | e63d98b7beb16d1410168a2315cbe04c43c9c80d (patch) | |
| tree | 6c9696cb67abc38b41db5dd78881c59dbf3145db /docs | |
| parent | f3c43ad1fd9556f0fd026a5dfa93c67a5cf186ca (diff) | |
Removed formtools from intersphinx_mapping.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 | ||||
| -rw-r--r-- | 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() - <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` ~~~~~~~~~~~~~~~~~~~~~~~~~ |
