summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.django_std.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2013-12-22 15:25:02 -0500
committerEli Collins <elic@assurancetechnologies.com>2013-12-22 15:25:02 -0500
commitbffea42e623aa7229311f9b59144f600a8093815 (patch)
tree5d1f92c84cb84e5390f24282271255862f159f4d /docs/lib/passlib.hash.django_std.rst
parentd48644569397bfe529bc05a68ecd21d031550fa6 (diff)
downloadpasslib-bffea42e623aa7229311f9b59144f600a8093815.tar.gz
django compatibility part 2
* added implementation of django 1.6's bcrypt_sha256 hasher, and UTs * added django16 premade context to passlib.apps, made it default django_context * test_ext_django now makes use of django16_context * passlib.ext.django.utils.get_preset_config() now uses django16_context * tox 'django' and 'django-py3' now test bcrypt integration
Diffstat (limited to 'docs/lib/passlib.hash.django_std.rst')
-rw-r--r--docs/lib/passlib.hash.django_std.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/lib/passlib.hash.django_std.rst b/docs/lib/passlib.hash.django_std.rst
index c92e5d6..d8a8dee 100644
--- a/docs/lib/passlib.hash.django_std.rst
+++ b/docs/lib/passlib.hash.django_std.rst
@@ -73,6 +73,8 @@ Interface
.. versionadded:: 1.6
+.. autoclass:: django_bcrypt_sha256()
+
Format
------
An example :class:`!django_pbkdf2_sha256` hash (of ``password``) is: