summaryrefslogtreecommitdiff
path: root/docs/password_hash_api.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-06-01 15:45:30 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-06-01 15:45:30 -0400
commit2962f7ac6e05e199349856e83bea1222ba3c8f7d (patch)
tree69609f9eaf10fd7cfb669f6b22898fa53cab69bc /docs/password_hash_api.rst
parentc253488297f0b48e509b77d80ea71db7f1f90546 (diff)
downloadpasslib-2962f7ac6e05e199349856e83bea1222ba3c8f7d.tar.gz
removed some things that were deprecated under 1.4
Diffstat (limited to 'docs/password_hash_api.rst')
-rw-r--r--docs/password_hash_api.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst
index 7b9e167..f2f89be 100644
--- a/docs/password_hash_api.rst
+++ b/docs/password_hash_api.rst
@@ -454,14 +454,6 @@ the following attributes are usually exposed.
to be specified in salt parameter.
for most hashes, this is equal to :data:`passlib.utils.h64.CHARS`.
-.. warning::
-
- In Passlib 1.3 and earlier, these attributes were named ``min_salt_chars``,
- ``max_salt_chars``, and ``salt_charset``, respectively.
- These names have been deprecated, due to their ambiguity. Passlib 1.4 contains aliases
- for these names, so client applications may continue to use them;
- but these aliases will be removed in Passlib 1.5.
-
.. todo::
this list the behavior for handlers which accept