diff options
| author | Daniel Roseman <daniel.roseman@digital.cabinet-office.gov.uk> | 2015-06-09 11:50:40 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-09 12:44:07 -0400 |
| commit | b3f61f6e0840473cfd9485b95752aba572e9a9c9 (patch) | |
| tree | 32f348cfefaa1b5340a9036c8abf47fd31343435 | |
| parent | f85780ada092afa2ff14ebe77bb65624a411e1de (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.txt | 7 |
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>` |
