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
/
preview.py
Age
Commit message (
Expand
)
Author
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-03-18
Fixed corner-case bug in formtools wizard.py and preview.py, in case of a Non...
Adrian Holovaty
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-11-29
Fixed a Python 2.3 incompatibility.
Malcolm Tredinnick
2007-09-14
Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno
Adrian Holovaty
2007-05-19
Fixed #4330 -- Fixed typo when retrieving field names. Patch from Marc Fargas.
Malcolm Tredinnick
2007-05-14
Changed the fix from [5231] so that the backwards-incompatibility is made more
Malcolm Tredinnick
2006-12-30
Added missing import to django.contrib.formtools.preview from [4259]. Thanks,...
Adrian Holovaty
2006-12-29
Fixed #3204 -- Changed FormPreview to use RequestContext
Adrian Holovaty
2006-12-05
Added django.contrib.formtools, including the forced-preview application
Adrian Holovaty