summaryrefslogtreecommitdiff
path: root/passlib/tests/test_ext_django.py
Commit message (Expand)AuthorAgeFilesLines
* CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-171-8/+7
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-61/+68
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-3/+3
* updated passlib.ext.django; made some notes about django 1.4Eli Collins2012-03-121-2/+7
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-4/+4
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-111-4/+2
* renamed test_handlers classes to match alg name + "_test" (tired of having to...Eli Collins2012-03-091-7/+7
* base HandlerCase class reworkedEli Collins2012-03-091-11/+8
* assertEquals() -> assertEqual()Eli Collins2012-01-191-34/+34
* minor fixesEli Collins2012-01-091-1/+1
* renamed test_drivers.py -> test_handlers.py to match name of module its testingEli Collins2011-12-281-8/+8
* removed Undef singleton, private _NOTSET singletons are cleaner.Eli Collins2011-12-281-6/+7
* couple of minor tweaks - basic unittests pass 2.7 & 3.2Eli Collins2011-12-061-1/+2
* added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+1
* added get_method_function() to alias meth.im_func / meth.__func__Eli Collins2011-12-061-3/+5
* added compatibility module (passlib.utils.compat)Eli Collins2011-12-061-1/+2
* added django 0.9 support to passlib.ext.django & tests (such as may be found ...Eli Collins2011-09-191-19/+52
* improvements to passlib.ext.djangoEli Collins2011-09-141-0/+538