diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index 342904b24d..8b9d60df22 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -275,7 +275,12 @@ Common Web application tools Django offers multiple tools commonly needed in the development of Web applications: -* :doc:`Authentication <topics/auth/index>` +* **Authentication:** + :doc:`Overview <topics/auth/index>` | + :doc:`Using the authentication system <topics/auth/default>` | + :doc:`Password management <topics/auth/passwords>` | + :doc:`Customizing authentication <topics/auth/customizing>` | + :doc:`API Reference <ref/contrib/auth>` * :doc:`Caching <topics/cache>` * :doc:`Logging <topics/logging>` * :doc:`Sending emails <topics/email>` |
