diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2012-03-12 22:38:41 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2012-03-12 22:38:41 -0400 |
| commit | 4307162072d9b1c65f41990752b39ad4483c0a00 (patch) | |
| tree | 5ff0359aecb90b8b2fd8d7a6fcf6d7743527ab5d /docs/lib/passlib.apps.rst | |
| parent | 3913a59ad033462e6a389544ffcdf8055db7ad9c (diff) | |
| download | passlib-4307162072d9b1c65f41990752b39ad4483c0a00.tar.gz | |
doc tweaks
Diffstat (limited to 'docs/lib/passlib.apps.rst')
| -rw-r--r-- | docs/lib/passlib.apps.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/lib/passlib.apps.rst b/docs/lib/passlib.apps.rst index 40d3b7a..a47df43 100644 --- a/docs/lib/passlib.apps.rst +++ b/docs/lib/passlib.apps.rst @@ -54,7 +54,14 @@ Django password hashes, as used by Django's ``django.contrib.auth`` module. It recognizes all the :doc:`builtin Django hashes <passlib.hash.django_std>`. It defaults to using the :class:`~passlib.hash.django_salted_sha1` hash. - + + .. note:: + + This object may not match the hashes in your database if a third-party + library has been used to patch Django to support alternate hash formats. + This includes the `django-bcrypt <http://pypi.python.org/pypi/django-bcrypt>`_ + plugin, or Passlib's builtin :mod:`django extension <passlib.ext.django>`. + .. _ldap-contexts: LDAP |
