summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/tests.py
AgeCommit message (Expand)Author
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-05-12Fixed #10643: fixed the formtools security hash to handle allowed empty forms...Jacob Kaplan-Moss
2009-05-12Fixed #10034: the formtools security hash function is now friendlier to brows...Jacob Kaplan-Moss
2008-08-26Fixed #6893: `FormWizard` now properly updates its `step` value. Thanks, sidd...Jacob Kaplan-Moss
2008-08-26Fixed #6209: handle `BooleanField`s in `FormPreview` and `FormWizard`. In the...Jacob Kaplan-Moss
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-06-30Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...Russell Keith-Magee
2008-06-19Fixed #6812 -- Modified the formtools test case to be run order safe with res...Russell Keith-Magee
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2007-11-29Fixed #5441 -- Added tests for django.contrib.formtools. Thanks, simeon.Malcolm Tredinnick