diff options
| author | James Turley <jamesturley1905@googlemail.com> | 2014-01-23 17:17:53 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-01-24 08:13:17 -0500 |
| commit | 4d8209431d2b1c97d86cf92992e6ddc1555c7ac7 (patch) | |
| tree | 5f7dfa95b2cd2d6065bc3ae3aeae27e8ec6235ac /docs | |
| parent | 4b3b25104d6795867a7fbe0c2f6f855ca96358e5 (diff) | |
Fixed #21824 -- Added reference to LTS in docs/internals/security.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/release-process.txt | 2 | ||||
| -rw-r--r-- | docs/internals/security.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index f5ad598b95..d06dbac954 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -144,7 +144,7 @@ the pace of releases afterwards. The follow releases have been designated for long-term support: - * Django 1.4, supported until at least March 2015. +* Django 1.4, supported until at least March 2015. .. _release-process: diff --git a/docs/internals/security.txt b/docs/internals/security.txt index d9aab377f5..409e298dc9 100644 --- a/docs/internals/security.txt +++ b/docs/internals/security.txt @@ -60,6 +60,9 @@ for several versions of Django: Django 1.3. Upon the release of Django 1.5, Django 1.3's security support will end. +* :ref:`Long-term support (LTS) releases <lts-releases>` will receive + security updates for a specified period. + When new releases are issued for security reasons, the accompanying notice will include a list of affected versions. This list is comprised solely of *supported* versions of Django: older versions may |
