Opened 10 years ago

Closed 10 years ago

#24173 closed Bug (fixed)

Extend support duration for LTS versions of Django

Reported by: Simon Bächler Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords: lts
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Currently the only LTS version of Django is 1.4. According to the documentation on this page: https://docs.djangoproject.com/en/1.4/internals/release-process/ this version is supported until "at least March 2015". This is just about the planned release date for the next LTS version which is 1.8.

It would be nice, if the confirmed support of 1.4 would overlap the 1.8 release for a couple of months so the users have time to restructure their apps.

Change History (4)

comment:1 by Aymeric Augustin, 10 years ago

Component: UncategorizedDocumentation
Triage Stage: UnreviewedAccepted
Type: UncategorizedBug
Version: 1.4master

IIRC the current consensus is to support 1.4 until 1.8 release + 6 months.

comment:2 by Josh Smeaton, 10 years ago

comment:3 by Simon Bächler, 10 years ago

It's actually mentioned in the 1.8 release notes: https://docs.djangoproject.com/en/dev/releases/1.8/ and the 1.8 release process page: https://docs.djangoproject.com/en/1.8/internals/release-process/.

So a helpful fix would be to mention the six months period in the 1.4 - 1.7 release process pages.

comment:4 by Tim Graham, 10 years ago

Resolution: fixed
Status: newclosed

We don't generally backport doc changes in internals, but I've just done so here to help prevent confusion.

Note: See TracTickets for help on using tickets.
Back to Top