summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/utils.py
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
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-09-14Fixed #8570: Corrected some code that was using 8-space tabs for some reason....Russell Keith-Magee
2008-08-29Fixed #8653: make formtools' security hash more rubust. Silly that I didn't t...Jacob Kaplan-Moss
2008-08-26Fixed #6209: handle `BooleanField`s in `FormPreview` and `FormWizard`. In the...Jacob Kaplan-Moss