summaryrefslogtreecommitdiff
path: root/django/utils/hashcompat.py
AgeCommit message (Collapse)Author
2010-09-13[soc2010/app-loading] merged trunkarchive/soc2010/app-loadingArthur Koziel
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-12Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor ↵Russell Keith-Magee
in contrib.messages. Thanks to Jeremy Dunck for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use ↵Gary Wilson Jr
hashlib module when available. Patch from Karen Tracey. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8193 bcc190cf-cafb-0310-a4f2-bffc1f526a37