Opened 20 years ago
Closed 17 years ago
#245 closed defect (fixed)
Remove old ordering syntax
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.
Change History (11)
comment:1 by , 20 years ago
Severity: | normal → trivial |
---|
comment:2 by , 18 years ago
milestone: | Version 1.0 |
---|
comment:3 by , 18 years ago
Keywords: | 1.0 deprecated added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
by , 18 years ago
Attachment: | no-legacy-ordering.diff added |
---|
a patch, though it may be outdated by the time 1.0 arrives :)
comment:4 by , 18 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 , 18 years ago
Summary: | Remove DeprecationWarning for old ordering syntax → Remove old ordering syntax |
---|
Updated title to reflect what is really being removed.
comment:6 by , 18 years ago
Keywords: | qs-rf added |
---|
comment:7 by , 17 years ago
comment:8 by , 17 years ago
Keywords: | qs-rf-fixed added; qs-rf removed |
---|
comment:9 by , 17 years ago
Triage Stage: | Ready for checkin → Accepted |
---|
Moving out of "ready for checkin" so that it doesn't get accidentally applied before queryset-refactor merges.
comment:10 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(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
Milestone Version 1.0 deleted