summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Roseman <daniel.roseman@digital.cabinet-office.gov.uk>2015-06-09 11:50:40 +0100
committerTim Graham <timograham@gmail.com>2015-06-09 12:44:07 -0400
commitb3f61f6e0840473cfd9485b95752aba572e9a9c9 (patch)
tree32f348cfefaa1b5340a9036c8abf47fd31343435
parentf85780ada092afa2ff14ebe77bb65624a411e1de (diff)
[1.8.x] Fixed #24961 -- Added links to all auth docs pages from index.
Backport of fd0949181f993fb8a15c5b0128840f71ee1d7b0e from master
-rw-r--r--docs/index.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 7631068806..e668b12559 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -276,7 +276,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>`