summaryrefslogtreecommitdiff
path: root/passlib/tests/test_ext_django.py
Commit message (Expand)AuthorAgeFilesLines
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-3/+3
* passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann...Eli Collins2016-02-091-48/+21
* Merge with stableEli Collins2016-02-091-13/+66
|\
| * passlib.ext.django: fixes so we're compatible with django 1.9, fixes issue 68Eli Collins2016-02-081-13/+77
* | Merge from stableEli Collins2015-08-041-1/+4
|\ \ | |/
| * break import into multiple lines - fixes issue 58 part 2Eli Collins2015-08-041-1/+4
| * yet another set of fixes so django tests all passEli Collins2015-07-251-3/+13
* | simplified text_ext_django stock config setupEli Collins2015-07-231-21/+23
* | passlib.tests -- clean ups of os_crypt & general backend handlingEli Collins2015-07-231-5/+9
* | passlib.ext.django cleanupsEli Collins2015-07-221-106/+67
* | Merge from stableEli Collins2015-07-221-11/+59
|\ \ | |/
| * test framework fix: django 1.7+ puts tests in source, not in package.Eli Collins2015-07-211-13/+54
* | post py25 -- switch to class decorators in a few placesEli Collins2015-01-231-3/+1
* | stripped out compatibility shims for django 0.9 - 1.3;Eli Collins2015-01-101-155/+80
* | Merge with stableEli Collins2013-12-281-3/+1
|\ \ | |/ |/|
| * Merge from stableEli Collins2013-12-271-48/+195
| |\
| * | removed some unused importsEli Collins2013-04-091-3/+1
| * | style cleanupsEli Collins2013-04-091-18/+17
* | | test_ext_django: fix spurious error if django 1.6 installed but not bcrypt; a...Eli Collins2013-12-281-1/+3
* | | style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-18/+17
| |/ |/|
* | bugfix to test_ext_django:HashersTestEli Collins2013-12-231-0/+1
* | updated rounds values based on timing tests. also:Eli Collins2013-12-221-1/+4
* | django compatibility part 2Eli Collins2013-12-221-14/+24
* | django compatibility updates (should fix issue 50)Eli Collins2013-12-201-38/+171
|/
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-32/+32
* bunch bugfixes to the unittestsEli Collins2012-05-011-19/+38
* test_ext_django: removed redundant tests, broke into separate test casesEli Collins2012-04-301-401/+460
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-281-13/+38
* near complete rewrite of django plugin, now making publicEli Collins2012-04-271-423/+567
* 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