summaryrefslogtreecommitdiff
path: root/passlib/handlers/django.py
Commit message (Expand)AuthorAgeFilesLines
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-1/+1
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-14/+4
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-4/+4
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-12/+14
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-4/+4
* large refactor of GenericHandler internalsEli Collins2012-02-081-1/+1
* misc bugfixes from round of changesEli Collins2012-01-181-3/+3
* import cleanupsEli Collins2012-01-181-5/+6
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-2/+2
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-3/+2
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-3/+3
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-11/+11
* added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
* bugfix: django_des_crypt now accepts all H64_CHARS in salt [issue 22]Eli Collins2011-09-121-23/+52
* added documentation for Django hashes & contextEli Collins2011-07-101-5/+55
* django workEli Collins2011-06-301-109/+42
* added in-progress work on django hashesEli Collins2011-06-221-0/+211