summaryrefslogtreecommitdiff
path: root/passlib/ext/django/utils.py
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-221-112/+747
* 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-101-16/+6
* passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann...Eli Collins2016-02-091-12/+5
* Merge with stableEli Collins2016-02-091-28/+142
|\
| * passlib.ext.django: fixes so we're compatible with django 1.9, fixes issue 68Eli Collins2016-02-081-29/+148
| * Fix Django 1.7 compatibilityMichael P. Jung2014-12-041-1/+3
* | passlib.ext.django cleanupsEli Collins2015-07-221-10/+18
* | 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-101-8/+4
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-1/+1
* | Fix Django 1.7 compatibilityMichael P. Jung2014-12-041-1/+3
|/
* style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-10/+10
* massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-12-271-1/+1
* django compatibility part 2Eli Collins2013-12-221-14/+28
* django compatibility updates (should fix issue 50)Eli Collins2013-12-201-8/+29
* large number of assorted documentation updatesEli Collins2012-08-011-6/+6
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-16/+16
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-281-7/+3
* near complete rewrite of django plugin, now making publicEli Collins2012-04-271-228/+437
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-1/+1
* updated passlib.ext.django; made some notes about django 1.4Eli Collins2012-03-121-5/+21
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-3/+7
* import cleanupsEli Collins2012-01-181-2/+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
* improvements to passlib.ext.djangoEli Collins2011-09-141-38/+102
* added documentation for "passlib.ext.django" django app that upgrades Django ...Eli Collins2011-07-101-4/+51
* django workEli Collins2011-06-301-0/+125