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
/
utils.py
Age
Commit message (
Expand
)
Author
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-02
Advanced deprecations in contrib.formtools.
Russell Keith-Magee
2011-03-28
Removed no-longer-valid comment about Python 2.3 and 2.4 in formtools/utils.py
Adrian Holovaty
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2009-05-12
Fixed #10643: fixed the formtools security hash to handle allowed empty forms...
Jacob Kaplan-Moss
2009-05-12
Fixed #10034: the formtools security hash function is now friendlier to brows...
Jacob Kaplan-Moss
2008-09-14
Fixed #8570: Corrected some code that was using 8-space tabs for some reason....
Russell Keith-Magee
2008-08-29
Fixed #8653: make formtools' security hash more rubust. Silly that I didn't t...
Jacob Kaplan-Moss
2008-08-26
Fixed #6209: handle `BooleanField`s in `FormPreview` and `FormWizard`. In the...
Jacob Kaplan-Moss