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
/
tests.py
Age
Commit message (
Expand
)
Author
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
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-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-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-06-30
Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...
Russell Keith-Magee
2008-06-19
Fixed #6812 -- Modified the formtools test case to be run order safe with res...
Russell Keith-Magee
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-11-29
Fixed #5441 -- Added tests for django.contrib.formtools. Thanks, simeon.
Malcolm Tredinnick