I have a branch
(https://github.com/danielroseman/django/tree/auth_docs_on_index) which
adds links to these in the same bold heading/pipe-separated details format
that we use for other subsections like Testing and Deployment, but that
would make this the only element under "Common Web application tools" to
use that format, which might look odd.
The alternative is to extract Authentication into its own main heading, as
we do with Internationalization, Performance, etc.
--
Ticket URL: <https://code.djangoproject.com/ticket/24961>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* component: Uncategorized => Documentation
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/24961#comment:1>
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
I think your tentative patch is okay. You could also add
`ref/contrib/auth`.
--
Ticket URL: <https://code.djangoproject.com/ticket/24961#comment:2>
* has_patch: 0 => 1
Comment:
Thanks @timgraham, updated and PR made:
https://github.com/django/django/pull/4840
--
Ticket URL: <https://code.djangoproject.com/ticket/24961#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"fd0949181f993fb8a15c5b0128840f71ee1d7b0e" fd09491]:
{{{
#!CommitTicketReference repository=""
revision="fd0949181f993fb8a15c5b0128840f71ee1d7b0e"
Fixed #24961 -- Added links to all auth docs pages from index.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24961#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b3f61f6e0840473cfd9485b95752aba572e9a9c9" b3f61f6e]:
{{{
#!CommitTicketReference repository=""
revision="b3f61f6e0840473cfd9485b95752aba572e9a9c9"
[1.8.x] Fixed #24961 -- Added links to all auth docs pages from index.
Backport of fd0949181f993fb8a15c5b0128840f71ee1d7b0e from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24961#comment:5>