summaryrefslogtreecommitdiff
path: root/passlib/tests/test_ext_django.py
Commit message (Expand)AuthorAgeFilesLines
* Merge from stableEli Collins2020-10-081-228/+465
|\
| * passlib.ext.django: refactored tests to give more granular results.Eli Collins2020-10-071-199/+363
| * passlib.ext.django: Updated UTs to work with latest django releaseEli Collins2020-10-071-34/+107
* | python compat cleanup -- use magic super() callsEli Collins2020-10-061-2/+2
* | cleanup old python compat -- removed iteritems() wrapperEli Collins2020-10-061-2/+2
* | cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* | Merge from stableEli Collins2020-10-061-6/+41
|\ \ | |/
| * passlib.tests.test_ext_django: cleaned up detection of missing django hasher ...Eli Collins2020-10-061-6/+41
* | Merge from stableEli Collins2019-11-221-1/+4
|\ \ | |/
| * tests: django compat fixesEli Collins2019-11-191-1/+4
* | compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-3/+3
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-281-6/+6
|/
* bugfix: utils: GenericHandler wasn't issuing deprecation warning if callerEli Collins2016-11-271-2/+3
* bugfix: tests.test_ext_django: handle no argon2 backends availableEli Collins2016-11-221-1/+2
* passlib.utils: relocated a bunch of properties & decorators to .utils.decorEli Collins2016-11-221-1/+1
* passlib.context: formalized how CryptContext stores deprecation info.Eli Collins2016-11-221-1/+1
* passlib.ext.django: large refactor to make things more isolated & testable.Eli Collins2016-11-221-191/+33
* passlib.tests: django 1.10 compat fixesEli Collins2016-11-191-6/+14
* passlib.registry: consolidated some internal helpers from various placesEli Collins2016-11-191-4/+3
* bugfix: test_ext_django: try to give better error message whenEli Collins2016-06-261-3/+15
* bugfix: test_django: fix test which needs to detect handler ancestry.Eli Collins2016-06-261-2/+2
* Enhanced disabled hash managementEli Collins2016-06-261-1/+1
* bugfix: fixed a bunch of small UT failuresEli Collins2016-06-201-2/+2
* .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