From b3f61f6e0840473cfd9485b95752aba572e9a9c9 Mon Sep 17 00:00:00 2001 From: Daniel Roseman Date: Tue, 9 Jun 2015 11:50:40 +0100 Subject: [PATCH] [1.8.x] Fixed #24961 -- Added links to all auth docs pages from index. Backport of fd0949181f993fb8a15c5b0128840f71ee1d7b0e from master --- docs/index.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ` +* **Authentication:** + :doc:`Overview ` | + :doc:`Using the authentication system ` | + :doc:`Password management ` | + :doc:`Customizing authentication ` | + :doc:`API Reference ` * :doc:`Caching ` * :doc:`Logging ` * :doc:`Sending emails `