summaryrefslogtreecommitdiff
path: root/django/utils/checksums.py
AgeCommit message (Expand)Author
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2007-10-20Fixed #5475 -- Added the Luhn check algorithm to django.utils.checksums so thatMalcolm Tredinnick