#595 closed defect (fixed)
Allow custom 'select' arguments sorted descending to work
| Reported by: | 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)
Change History (2)
by , 20 years ago
| Attachment: | django-custom-select-desc-fix.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [792]) Fixed #595 -- Fixed error when sorting API results descending with custom 'select' parameters. Thanks for the patch, Robert Wittams