Django

Code

Ticket #245 (closed: fixed)

Opened 3 years ago

Last modified 3 weeks ago

Remove old ordering syntax

Reported by: adrian Assigned to: nobody
Component: Metasystem Version:
Keywords: 1.0 deprecated, qs-rf-fixed Cc:
Triage Stage: Accepted Has patch: 1
Needs documentation: 0 Needs tests: 0
Patch needs improvement: 0

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

no-legacy-ordering.diff (1.9 kB) - added by Paul Bx <pb@e-scribe.com> on 06/27/07 11:54:38.
a patch, though it may be outdated by the time 1.0 arrives :)

Change History

08/01/05 15:20:20 changed by adrian

  • severity changed from normal to trivial.

01/17/07 16:12:17 changed by

  • milestone deleted.

Milestone Version 1.0 deleted

01/19/07 04:44:32 changed by Simon G. <dev@simon.net.nz>

  • keywords set to 1.0 deprecated.
  • owner changed from adrian to anonymous.
  • status changed from new to assigned.
  • stage changed from Unreviewed to Accepted.

06/27/07 11:54:38 changed by Paul Bx <pb@e-scribe.com>

  • attachment no-legacy-ordering.diff added.

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

06/27/07 12:03:56 changed by Paul Bx <pb@e-scribe.com>

  • has_patch set to 1.

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.

07/15/07 23:05:12 changed by mtredinnick

  • summary changed from Remove DeprecationWarning for old ordering syntax to Remove old ordering syntax.

Updated title to reflect what is really being removed.

09/14/07 03:05:38 changed by mtredinnick

  • keywords changed from 1.0 deprecated to 1.0 deprecated, qs-rf.

10/13/07 22:45:54 changed by mtredinnick

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

10/13/07 22:46:45 changed by mtredinnick

  • keywords changed from 1.0 deprecated, qs-rf to 1.0 deprecated, qs-rf-fixed.

10/20/07 03:45:30 changed by mtredinnick

  • stage changed from Ready for checkin to Accepted.

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

04/26/08 21:50:16 changed by mtredinnick

  • status changed from assigned to closed.
  • resolution set to fixed.

(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


Add/Change #245 (Remove old ordering syntax)




Change Properties
Action