Opened 19 years ago

Closed 16 years ago

#245 closed defect (fixed)

Remove old ordering syntax

Reported by: Adrian Holovaty Owned by: nobody
Component: Metasystem Version:
Severity: trivial Keywords: 1.0 deprecated, qs-rf-fixed
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

For the 1.0 release, we should remove the DeprecationWarning for use of old ordering syntax. This means old ordering syntax will no longer be supported.

Attachments (1)

no-legacy-ordering.diff (1.9 KB ) - added by Paul Bx <pb@…> 17 years ago.
a patch, though it may be outdated by the time 1.0 arrives :)

Download all attachments as: .zip

Change History (11)

comment:1 by Adrian Holovaty, 19 years ago

Severity: normaltrivial

comment:2 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

comment:3 by Simon G. <dev@…>, 17 years ago

Keywords: 1.0 deprecated added
Owner: changed from Adrian Holovaty to anonymous
Status: newassigned
Triage Stage: UnreviewedAccepted

by Paul Bx <pb@…>, 17 years ago

Attachment: no-legacy-ordering.diff added

a patch, though it may be outdated by the time 1.0 arrives :)

comment:4 by Paul Bx <pb@…>, 17 years ago

Has patch: set

I came across this while trolling for tickets that needed help. Attached is a patch that removes the warning (and the associated legacy-ordering support code) -- not sure when the time to apply it is, though.

comment:5 by Malcolm Tredinnick, 17 years ago

Summary: Remove DeprecationWarning for old ordering syntaxRemove old ordering syntax

Updated title to reflect what is really being removed.

comment:6 by Malcolm Tredinnick, 17 years ago

Keywords: qs-rf added

comment:7 by Malcolm Tredinnick, 16 years ago

(In [6501]) queryset-refactor: Removed a whole bunch of unused code. This includes the
final remnants of handle_legacy_orderlist(). Refs #245.

comment:8 by Malcolm Tredinnick, 16 years ago

Keywords: qs-rf-fixed added; qs-rf removed

comment:9 by Malcolm Tredinnick, 16 years ago

Triage Stage: Ready for checkinAccepted

Moving out of "ready for checkin" so that it doesn't get accidentally applied before queryset-refactor merges.

comment:10 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [7477]) Merged the queryset-refactor branch into trunk.

This is a big internal change, but mostly backwards compatible with existing
code. Also adds a couple of new features.

Fixed #245, #1050, #1656, #1801, #2076, #2091, #2150, #2253, #2306, #2400, #2430, #2482, #2496, #2676, #2737, #2874, #2902, #2939, #3037, #3141, #3288, #3440, #3592, #3739, #4088, #4260, #4289, #4306, #4358, #4464, #4510, #4858, #5012, #5020, #5261, #5295, #5321, #5324, #5325, #5555, #5707, #5796, #5817, #5987, #6018, #6074, #6088, #6154, #6177, #6180, #6203, #6658

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