summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2013-09-07 12:46:42 -0500
committerBaptiste Mispelon <bmispelon@gmail.com>2014-01-19 18:46:18 +0100
commit267aeabfc74e48ee2eb652bf5e8829f50f3d360b (patch)
tree7207a56a79a817dd2650d2ce2e5799fe35a01382 /docs
parentf746d1fc74e5253b7c12484eab081818c8853b14 (diff)
[1.5.x] Added a note about LTS releases.
Backport of a44cbca2a5f1388c6511dad48443877fa660845a from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/release-process.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt
index 8affddb5e0..3a3941a217 100644
--- a/docs/internals/release-process.txt
+++ b/docs/internals/release-process.txt
@@ -139,6 +139,20 @@ Django 1.3 and 1.4. At this point in time:
* Documentation fixes will be applied to trunk, and, if easily backported, to
the ``1.3.X`` branch.
+.. _lts-releases:
+
+Long-term support (LTS) releases
+================================
+
+Additionally, the Django team will occasionally designate certain releases
+to be "Long-term support" (LTS) releases. LTS releases will get security fixes
+applied for a guaranteed period of time, typically 3+ years, regardless of
+the pace of releases afterwards.
+
+The follow releases have been designated for long-term support:
+
+ * Django 1.4, supported until at least March 2015.
+
.. _release-process:
Release process