diff options
author | Eli Collins <elic@assurancetechnologies.com> | 2011-07-10 23:23:48 -0400 |
---|---|---|
committer | Eli Collins <elic@assurancetechnologies.com> | 2011-07-10 23:23:48 -0400 |
commit | 3fc5fb37ed20b59e8e01a1aa6d11022d98a67b51 (patch) | |
tree | eb5dfbb1e7374694dc4229e41785073186906c46 /passlib/ext/django/__init__.py | |
parent | b21513912078f9489875c079f42092ec4e93b1fe (diff) | |
download | passlib-3fc5fb37ed20b59e8e01a1aa6d11022d98a67b51.tar.gz |
added documentation for "passlib.ext.django" django app that upgrades Django to support pbkdf2
* docs & module currently hidden since it hasn't had much testing yet (and may split out into separate package anyway)
Diffstat (limited to 'passlib/ext/django/__init__.py')
-rw-r--r-- | passlib/ext/django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/ext/django/__init__.py b/passlib/ext/django/__init__.py index 1545e9c..b4fcb2c 100644 --- a/passlib/ext/django/__init__.py +++ b/passlib/ext/django/__init__.py @@ -6,5 +6,5 @@ and not officially documented in Passlib just yet (though it should work). -see ``models`` submodule for details on how this app works. +see the Passlib documentation for details on how to use this app """ |