diff options
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 """ |