A few docs updates.

This commit is contained in:
Jannis Leidel
2015-03-25 15:42:55 +01:00
parent 4e815a3233
commit c344b0528d
3 changed files with 16 additions and 1 deletions

View File

@@ -36,12 +36,16 @@ the ``-l`` option::
$ tox -l
py27-django-17
py27-django-18
py27-django-master
py32-django-17
py32-django-18
py32-django-master
py33-django-17
py33-django-18
py33-django-master
py34-django-17
py34-django-18
py34-django-master

View File

@@ -9,6 +9,10 @@ This page details the changes in the various ``django-formtools`` releases.
- Added the ``request`` parameter to :meth:`WizardView.get_prefix()
<formtools.wizard.views.WizardView.get_prefix>`.
This was originally reported and fixed in the main Django repository:
https://code.djangoproject.com/ticket/19981
- A :doc:`form wizard </wizard>` using the
:class:`~formtools.wizard.views.CookieWizardView` will now ignore an invalid
cookie, and the wizard will restart from the first step. An invalid cookie
@@ -16,3 +20,10 @@ This page details the changes in the various ``django-formtools`` releases.
change. Previously, this would raise ``WizardViewCookieModified``, a
``SuspiciousOperation``, causing an exception for any user with an invalid
cookie upon every request to the wizard, until the cookie is removed.
This was originally reported and fixed in the main Django repository:
https://code.djangoproject.com/ticket/22638
- Added missing form element to default wizard form template
``formtools/wizard/wizard_form.html``.

View File

@@ -16,7 +16,7 @@ view.
preview
wizard
releases
changelog
Installation
============