Commit a44cbca2 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Added a note about LTS releases.

parent 8ef060e0
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -132,6 +132,20 @@ Django 1.6 and 1.7. At this point in time:
* Documentation fixes will be applied to master, and, if easily backported, to
  the ``1.6.x`` branch. Bugfixes may also be backported.

.. _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