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 Changed 12 years ago by Preston Holmes

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 Changed 12 years ago by Chris Beaven

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 Changed 12 years ago by Preston Holmes

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 Changed 12 years ago by Paul McMillan

Resolution: fixed
Status: newclosed

In [16871]:

Fixed #16907 -- Deprecate databrowse.

comment:5 Changed 12 years ago by Jannis Leidel

Resolution: fixed
Status: closedreopened

Hm, this needs a note in the deprecation docs.

comment:6 Changed 12 years ago by Preston Holmes

I'll attach a patch forthwith

Changed 12 years ago by Preston Holmes

Attachment: deprecation-timeline.diff added

comment:7 Changed 12 years ago by Preston Holmes

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 Changed 12 years ago by Preston Holmes

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 Changed 12 years ago by Paul McMillan

Resolution: fixed
Status: reopenedclosed

In [16890]:

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

comment:10 Changed 12 years ago by Jacob

milestone: 1.4

Milestone 1.4 deleted

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