Opened 19 years ago

Closed 19 years ago

Last modified 11 years ago

#218 closed defect (fixed)

changing column sort order in admin interface doesn't change sort order

Reported by: fidothe Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords: list_display
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The admin interface pages for selecting which object to change (e.g. /admin/polls/polls/ from the tutorial) allow choosing the column to sort by, and allow changing the sort order of that column (ascending or descending). However, while changing the sort order of a column changes the direction arrow correctly, the sort order doesn't change: /admin/polls/polls/?ot=desc&o=1 and /admin/polls/polls/?ot=asc&o=1 produce identical output.

Change History (2)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [333]) Fixed #218 -- Fixed admin change-list column sorting

comment:2 by anonymous, 11 years ago

Easy pickings: unset
UI/UX: unset
Note: See TracTickets for help on using tickets.
Back to Top