summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.ext.django.rst
Commit message (Collapse)AuthorAgeFilesLines
* CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark scriptEli Collins2012-04-171-1/+1
|
* updated passlib.ext.django; made some notes about django 1.4Eli Collins2012-03-121-32/+33
| | | | (may not support django 1.4 until passlib 1.7)
* updated docs for md5-crypt, django hashes, and django plugin; added django ↵Eli Collins2011-09-191-22/+24
| | | | plugin to setup
* improvements to passlib.ext.djangoEli Collins2011-09-141-25/+45
| | | | | | | | | | | | | | | | | | | | | | | | | even though it hasn't been officially documented, some people are using it, so... major ----- * DEFAULT_CTX now uses SHA512-Crypt instead of PBKDF2-HMAC-SHA256, this should be natively supported on a larger number of platforms. * added full unittest suite for passlib.ext.django: - checks monkeypatch implementation - checks full plugin behavior - STOCK_CTX is compared against official Django behavior minor ----- * ``set_django_password_context()`` now patches ``django.contrib.auth.models.check_password()`` as well as User methods. * now exposes active context as ``User.password_context`` when patch is enabled. * replacement ``User.check_password`` now handles None and unusable passwords explicitly, even if context doesn't include support for django_disabled.
* added documentation for "passlib.ext.django" django app that upgrades Django ↵Eli Collins2011-07-101-0/+129
to support pbkdf2 * docs & module currently hidden since it hasn't had much testing yet (and may split out into separate package anyway)