summaryrefslogtreecommitdiff
path: root/passlib/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge from stableEli Collins2020-10-081-15/+55
|\
| * passlib.ext.django: Updated UTs to work with latest django releaseEli Collins2020-10-071-15/+55
* | python compat cleanup -- use magic super() callsEli Collins2020-10-061-3/+3
* | cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-6/+5
* | cleanup old python compat -- removed OrderedDict backportEli Collins2020-10-061-1/+2
* | cleanup old python compat -- removed iteritems() wrapperEli Collins2020-10-061-4/+4
* | Merge from stableEli Collins2020-10-061-1/+4
|\ \ | |/
| * passlib.ext.django: fix import that was removed in django 3Eli Collins2020-03-281-1/+4
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-281-7/+1
|/
* bugfix: passlib.ext.django: missing compat import for py3Eli Collins2016-11-221-1/+1
* 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-6/+3
* passlib.ext.django: large refactor to make things more isolated & testable.Eli Collins2016-11-222-380/+756
* docs: updated some docstrings, internal notesEli Collins2016-11-091-0/+1
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-1/+1
* renamed handler.using() method to handler.replace(),Eli Collins2016-06-131-1/+1
* handler.genconfig() / .genhash() deprecated entirelyEli Collins2016-06-131-3/+1
* passlib.ext.django: replaced internal handler.parse_rounds() hackEli Collins2016-06-131-9/+5
* deprecating the 'vary_rounds' option -- *very* little security benefit,Eli Collins2016-06-101-1/+0
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-102-18/+8
* passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann...Eli Collins2016-02-092-27/+17
* Merge with stableEli Collins2016-02-092-30/+169
|\
| * passlib.ext.django: fixes so we're compatible with django 1.9, fixes issue 68Eli Collins2016-02-082-31/+175
* | passlib.ext.django cleanupsEli Collins2015-07-222-47/+37
* | Merge from stableEli Collins2015-01-271-5/+10
|\ \ | |/
| * bugfix: passlib.ext.django: clarified & tweaked logic for when we passEli Collins2015-01-251-5/+10
| * Fix Django 1.7 compatibilityMichael P. Jung2014-12-041-1/+3
* | added the official OrderedDict backport, replaced existing refsEli Collins2015-01-101-3/+2
* | stripped out compatibility shims for django 0.9 - 1.3;Eli Collins2015-01-102-104/+63
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-102-2/+2
* | Fix Django 1.7 compatibilityMichael P. Jung2014-12-041-1/+3
|/
* style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-272-17/+17
* massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-12-272-3/+3
* django compatibility part 2Eli Collins2013-12-221-14/+28
* django compatibility updates (should fix issue 50)Eli Collins2013-12-202-21/+80
* misc fixesEli Collins2012-08-011-1/+1
* large number of assorted documentation updatesEli Collins2012-08-012-6/+10
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-012-28/+28
* excluded some branches from coverageEli Collins2012-04-301-2/+2
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-282-8/+4
* near complete rewrite of django plugin, now making publicEli Collins2012-04-273-271/+708
* CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-171-2/+2
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-112-2/+2
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-2/+2
* updated passlib.ext.django; made some notes about django 1.4Eli Collins2012-03-123-15/+28
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-3/+7
* import cleanupsEli Collins2012-01-182-4/+4
* added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+2
* added get_method_function() to alias meth.im_func / meth.__func__Eli Collins2011-12-061-4/+1
* added django 0.9 support to passlib.ext.django & tests (such as may be found ...Eli Collins2011-09-191-5/+17