﻿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
12110	dictsort is not stable sort	eronen	nobody	"I'm trying to sort a list first by owner, then by date, like this:

{{{
{% for item in items|dictsort:""date""|dictsort:""owner"" %}
}}}

Python's sort method is stable (preserves the order if the sort key is the same), so I assumed dictsort would be, too.
But it's not!

Ticket #11008 has a patch which fixes this problem, too (although #11008 is not
about sort stability as such).


"		closed	Template system	1.1		duplicate	dictsort		Unreviewed	1	0	0	0	0	0
