Opened 18 years ago

Closed 18 years ago

#1354 closed defect (fixed)

[patch] magic-removal: order_with_respect_to

Reported by: andreas@… Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Is there a reason why the order_with_respect_to functionality isn't enabled in magic-removal? It's just a few lines that need to be changed. Even if the functionality will look different by the time magic-removal is merged into trunk, it might be a good idea to enable it. It makes testing the branch with models that rely on order_with_respect_to much easier.

Attachments (1)

django.order_with_respect_to.patch (2.1 KB ) - added by andreas@… 18 years ago.

Download all attachments as: .zip

Change History (3)

by andreas@…, 18 years ago

comment:1 by ian@…, 18 years ago

any chance of someone looking at this bug?

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2672]) magic-removal: Fixed #1354 -- Fixed order_with_respect_to. Thanks, andreas@…

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