Skip to content

Commit

Permalink
Removed formtools from intersphinx_mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 18, 2017
1 parent f3c43ad commit e63d98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def django_release():
'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),
}

Expand Down
5 changes: 2 additions & 3 deletions docs/releases/1.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit e63d98b

Please sign in to comment.