diff options
author | Eli Collins <elic@assurancetechnologies.com> | 2011-06-01 15:45:30 -0400 |
---|---|---|
committer | Eli Collins <elic@assurancetechnologies.com> | 2011-06-01 15:45:30 -0400 |
commit | 2962f7ac6e05e199349856e83bea1222ba3c8f7d (patch) | |
tree | 69609f9eaf10fd7cfb669f6b22898fa53cab69bc /docs/password_hash_api.rst | |
parent | c253488297f0b48e509b77d80ea71db7f1f90546 (diff) | |
download | passlib-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.rst | 8 |
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 |