Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#23692 closed Cleanup/optimization (fixed)

Remove alpha/beta/rc release notes

Reported by: Tim Graham Owned by: nobody
Component: Documentation Version: dev
Severity: Normal 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

Before Django 1.6, we copied the release notes for each version of Django to something like docs/releases/1.5-alpha-1.txt when issuing prereleases. I'd like to remove these notes from master because:

  1. We don't have separate release notes for prereleases anymore.
  2. I don't think their existence has much value at this point since all these versions except 1.4 are unsupported and they are largely duplicate content of the final release notes.
  3. They add overhead when fixing broken links when we move or remove code in new versions of Django.

Any objections?

Change History (3)

comment:1 by Claude Paroz, 10 years ago

Triage Stage: UnreviewedAccepted

+1

comment:2 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 740934b507856d38c026d5f47dba32588688204b:

Fixed #23692 -- Removed alpha/beta/rc release notes.

comment:3 by Tim Graham <timograham@…>, 10 years ago

In 03a20e5abd27c025c3175547d21ca31b9425e719:

[1.7.x] Fixed #23692 -- Removed alpha/beta/rc release notes.

Backport of 740934b507 from master

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