﻿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
4926	Ordering in admin listview ignores ordering in admin options	Glin <glin@…>	nobody	"When I specify ordering in admin options like this:
{{{
class ArticleOptions(admin.ModelAdmin):
    list_display = ('title', 'is_news', 'published_from_date')
    ordering = ('is_news', 'pub_date')
}}}
Ordering set default ordering column to 'is_news', but doesn't take 'pub_date' into account. 

Generally all other fields except first specified in ordering tuple are ignored.
"	Bug	closed	contrib.admin	dev	Normal	duplicate	nfa-someday nfa-changelist	smoonen@… james.m.pearson+django@… django@… rob@… Patrick Kranzlmueller	Someday/Maybe	1	0	0	0	0	0
