Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#595 closed defect (fixed)

Allow custom 'select' arguments sorted descending to work

Reported by: robert@… Owned by: Adrian Holovaty
Component: Metasystem Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Fix for descending custom 'select' ordering in get_list etc.

This is a small fix ported from the new admin branch, so if the patch is wonky (hand hacked out of a larger diff to meta/init.py), give me a shout and I'll do it the hard way ;-)

Attachments (1)

django-custom-select-desc-fix.patch (1.4 KB ) - added by anonymous 19 years ago.

Download all attachments as: .zip

Change History (2)

by anonymous, 19 years ago

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [792]) Fixed #595 -- Fixed error when sorting API results descending with custom 'select' parameters. Thanks for the patch, Robert Wittams

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