Opened 11 years ago

Closed 11 years ago

#21028 closed New feature (fixed)

Update djangoproject.com releases page to support LTS releases

Reported by: Tim Graham Owned by: nobody
Component: *.djangoproject.com Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

We need an update to https://github.com/django/djangoproject.com/blob/master/releases/views.py and the corresponding template so that 1.4 doesn't appear as an "unsupported release" after 1.6 is released. Perhaps adding an lts flag to the Release model would be the way to go.

Change History (2)

comment:1 by Russell Keith-Magee, 11 years ago

... but first, we need to finish (and have in public) the discussion about the LTS process, lifecycle, etc. We need to run this past django-developers for feedback.

comment:2 by Jacob Kaplan-Moss <jacob@…>, 11 years ago

Resolution: fixed
Status: newclosed

In a95eacf7867126223e01da03ff6a9dbc1cc242df/djangoproject.com:

Fixed #21028 - added support to the site for LTS releases.

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