summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/utils.py
AgeCommit message (Expand)Author
2014-11-26Fixed #23677 -- Removed contrib.formtoolsTim Graham
2012-08-14Reverted pickle-json replacement form_hmac calculationClaude Paroz
2012-08-13Replaced pickle by json in form_hmac calculationClaude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-05-19Fixed #18340 -- Fixed formtools form_hmac with Unicode inputClaude Paroz
2012-03-31Removed deprecated and undocumented function django.contrib.formtools.utils.s...Aymeric Augustin
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-04-02Advanced deprecations in contrib.formtools.Russell Keith-Magee
2011-03-28Removed no-longer-valid comment about Python 2.3 and 2.4 in formtools/utils.pyAdrian Holovaty
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
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