https://github.com/django/django/blob/master/docs/internals/security.txt#L48
--
Ticket URL: <https://code.djangoproject.com/ticket/21824>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* component: *.djangoproject.com => Documentation
* needs_tests: => 0
* easy: 0 => 1
* needs_docs: => 0
* stage: Unreviewed => Accepted
Comment:
Hi,
Indeed, the existence of an LTS release should be mentionned there.
--
Ticket URL: <https://code.djangoproject.com/ticket/21824#comment:1>
* status: new => assigned
* owner: nobody => tragiclifestories
* has_patch: 0 => 1
Comment:
Corrected:
https://github.com/tragiclifestories/django/tree/ticket_21824
--
Ticket URL: <https://code.djangoproject.com/ticket/21824#comment:2>
Comment (by timo):
I created a [https://github.com/django/django/pull/2207 pull request] and
left comments. If you have problems with sphinx, feel free to seek help in
#django-dev.
--
Ticket URL: <https://code.djangoproject.com/ticket/21824#comment:3>
Comment (by tragiclifestories):
Thanks Tim. Just made another commit linking to release-process as you
suggest. Downgrading to Sphinx 1.2.0 got the thing building and I can
confirm that it builds without warnings to HTML with the correct :ref:
link in place.
Looks like there could be some compatibility issue with Sphinx 1.2.1
(which only released last week); will investigate further and raise a
ticket to see if it can be reproduced by anyone else.
--
Ticket URL: <https://code.djangoproject.com/ticket/21824#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"4d8209431d2b1c97d86cf92992e6ddc1555c7ac7"]:
{{{
#!CommitTicketReference repository=""
revision="4d8209431d2b1c97d86cf92992e6ddc1555c7ac7"
Fixed #21824 -- Added reference to LTS in docs/internals/security.txt
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21824#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c539a4490f8c49bcd264d3d08c8686624cca6698"]:
{{{
#!CommitTicketReference repository=""
revision="c539a4490f8c49bcd264d3d08c8686624cca6698"
[1.5.x] Fixed #21824 -- Added reference to LTS in
docs/internals/security.txt
Backport of 4d8209431d from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21824#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"6ea5f9e0de8851f4fdb840d41da73c284c53bfba"]:
{{{
#!CommitTicketReference repository=""
revision="6ea5f9e0de8851f4fdb840d41da73c284c53bfba"
[1.6.x] Fixed #21824 -- Added reference to LTS in
docs/internals/security.txt
Backport of 4d8209431d from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21824#comment:7>
Comment (by janfabry):
Should this also be backported to the 1.4.x branch? It's still supported,
according to the LTS policy :-)
--
Ticket URL: <https://code.djangoproject.com/ticket/21824#comment:8>
Comment (by timo):
I tried but docs/internals/security.txt isn't present on the 1.4 branch
and I don't think it's worth adding it.
--
Ticket URL: <https://code.djangoproject.com/ticket/21824#comment:9>