Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#16907 closed Cleanup/optimization (fixed)

Deprecate databrowse

Reported by: Preston Holmes Owned by: nobody
Component: contrib.databrowse Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Attachments (1)

deprecation-timeline.diff (514 bytes ) - added by Preston Holmes 12 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 by Preston Holmes, 12 years ago

Here is a pull that implements the initiation of deprecation:

https://github.com/django/django/pull/53

Last edited 12 years ago by Preston Holmes (previous) (diff)

comment:2 by Chris Beaven, 12 years ago

milestone: 1.4
Patch needs improvement: set
Triage Stage: UnreviewedAccepted

Minor tweaks to docs still required, but after those, feel free to promote to Ready for Checkin yourself.

comment:3 by Preston Holmes, 12 years ago

Triage Stage: AcceptedReady for checkin

tweaks made - self marking RFC per suggestion from SmileyChris - committer may choose to further refine release note if desired.

comment:4 by Paul McMillan, 12 years ago

Resolution: fixed
Status: newclosed

In [16871]:

Fixed #16907 -- Deprecate databrowse.

comment:5 by Jannis Leidel, 12 years ago

Resolution: fixed
Status: closedreopened

Hm, this needs a note in the deprecation docs.

comment:6 by Preston Holmes, 12 years ago

I'll attach a patch forthwith

by Preston Holmes, 12 years ago

Attachment: deprecation-timeline.diff added

comment:7 by Preston Holmes, 12 years ago

Patch needs improvement: unset

Sorry about the miss on the note, I thought I had grepped docs for deprecate - but at the time I think I was looking for style and usage and just landed on release notes

comment:8 by Preston Holmes, 12 years ago

Severity: NormalRelease blocker

marking this as a release blocker to prevent any chance that the deprecation gets released without the correction to the timeline

comment:9 by Paul McMillan, 12 years ago

Resolution: fixed
Status: reopenedclosed

In [16890]:

Fixed #16907 (again) -- Added deprecation of databrowse to the deprecation docs.

comment:10 by Jacob, 12 years ago

milestone: 1.4

Milestone 1.4 deleted

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