index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
formtools
/
wizard.py
Age
Commit message (
Expand
)
Author
2011-06-01
Fixed #9200 -- Added new form wizard to formtools based on class based views....
Jannis Leidel
2011-04-28
Fixed #11726 - FormWizard does sanity check on step number performed before d...
Luke Plant
2011-03-30
Removed Django 1.2 compatibility fallback for form wizard hash
Luke Plant
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-01-13
Fixed #15075 - No longer possible to alter the form_list in FormWizard.proces...
Luke Plant
2010-11-16
Fixed #14576 - FormWizard.done() method doesn't get passed the last form in t...
Luke Plant
2010-10-20
Fixed bug and test failure introducted in [14290]
Luke Plant
2010-10-19
Fixed #14498 - Forms passed to FormWizard.process_step are not guaranteed to ...
Luke Plant
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-08-23
Fixed #13951 -- Corrected docstring in formtools wizard. Thanks to suzaku for...
Russell Keith-Magee
2010-03-01
Fixed a silly bug in [12644].
Jacob Kaplan-Moss
2010-03-01
Fixed #1104: set `FormWizard.extra_context` in `__init__` to avoid context le...
Jacob Kaplan-Moss
2010-02-09
Fixed #12804 - regression with decorating admin views.
Luke Plant
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2008-08-28
Marked a handful of missed strings for translation. Fixes #8644, #8617, and #...
Jacob Kaplan-Moss
2008-08-26
Fixed #6893: `FormWizard` now properly updates its `step` value. Thanks, sidd...
Jacob Kaplan-Moss
2008-08-26
Fixed #6209: handle `BooleanField`s in `FormPreview` and `FormWizard`. In the...
Jacob Kaplan-Moss
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-06-16
Fixed #7354 -- Fixed a Python 2.3 compatibility issue in formtools/wizard.py....
Adrian Holovaty
2008-03-18
Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,
Malcolm Tredinnick
2008-03-18
Fixed corner-case bug in formtools wizard.py and preview.py, in case of a Non...
Adrian Holovaty
2008-03-17
Added parse_params() hook to FormWizard
Adrian Holovaty
2008-03-13
Fixed #3218 -- Implemented django.contrib.formtools.wizard. Thanks, Honza and...
Adrian Holovaty