summaryrefslogtreecommitdiff
path: root/django/utils/hashcompat.py
AgeCommit message (Expand)Author
2010-09-13[soc2010/app-loading] merged trunkarchive/soc2010/app-loadingArthur Koziel
2009-12-12Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in...Russell Keith-Magee
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr