diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/lib/passlib.utils.handlers.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/lib/passlib.utils.handlers.rst b/docs/lib/passlib.utils.handlers.rst index 325c730..8d0e202 100644 --- a/docs/lib/passlib.utils.handlers.rst +++ b/docs/lib/passlib.utils.handlers.rst @@ -8,17 +8,18 @@ .. module:: passlib.utils.handlers :synopsis: helper classes for writing password hash handlers +.. warning:: + + This module is primarily used as an internal support module. + It's interface has not been finalized yet, and may change between major + releases of Passlib. + .. todo:: This module, and the instructions on how to write a custom handler, definitely need to be rewritten for clarity. They are not yet organized, and may leave out some important details. -.. note:: - - Since this module is primarily a support module used internally - by Passlib, it's interface may change slightly between major releases. - Implementing Custom Handlers ============================ All that is required in order to write a custom handler that will work with |
