﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11868	Multiple sort in admin changelist	Ben Davis	Ben Davis	"I've made an attempt at adding multiple sort columns to the admin changelist.  I'm basically putting this up here as an initial proposal of what I think would be a good starting point for a UI for multiple column sorting. 

The idea is that each time you click on a header, it toggles between three states,  ""ascending"", ""descending"", and ""cleared"".  The order in which multiple columns are sorted are denoted by a small number next to the up/down icon. So (for example) to sort by {{{('last_name', 'first_name')}}}, you click on the ""last name"" column, then the ""first name"" column.  To change that to {{{('-last_name', 'first_name')}}} you would click once more on the ""last name"" column.  Clicking ""last name"" again would set the ordering to just {{{('first_name')}}}.

This patches cleanly against r10843.  Testers are always appreciated."	New feature	closed	contrib.admin	dev	Normal	fixed	admin sort multisort ordering order	andy@… Patrick Kranzlmueller idan@… Andy Baker	Accepted	1	0	0	0	0	0
