summaryrefslogtreecommitdiff
path: root/passlib/tests/test_ext_django_source.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-1/+1
* cleanup old python compat -- removed suppress_cause() and error_from() wrappersEli Collins2020-10-061-5/+2
* cleanup old python compat -- removed get_unbound_method_function() wrapperEli Collins2020-10-061-2/+1
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* Per issue 83, all "harden_verify" code is now deprecated & a noop.Eli Collins2017-01-291-3/+2
* bugfix: tests: fix import issue when django not presentEli Collins2016-11-221-1/+3
* passlib.ext.django: large refactor to make things more isolated & testable.Eli Collins2016-11-221-0/+249