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
2014-11-26
Fixed #23677 -- Removed contrib.formtools
Tim Graham
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-08-04
Fixed a number of lint warnings, particularly around unused variables.
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-30
Updated FormPreview to use form_hmac rather than the old security_hash function
Luke Plant
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2010-11-21
Few improvements to FormPreview, thanks Andy!
Honza Král
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-02-27
Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.
Russell Keith-Magee
2010-02-22
Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank...
Justin Bronn
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