﻿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
5673	[enhancement] Admin interface only sort by the first ordering field in Meta class (in models)	DXpublica@…	nobody	"In any model, if we have multiple ordering:

{{{
class Meta:
      ordering = ['one_field', 'another_field']
}}}

admin mode only sort the model by the first field ('one_field' in example) and not only by all specified fields, as it were the right thing

It's not a bug (see discussion: [http://groups.google.com/group/django-developers/browse_thread/thread/c74afae800fda0b9/7c744053660b8a82#7c744053660b8a82]) but it could be an enhancement"		closed	contrib.admin	dev		wontfix	ordering Meta multiple-ordering		Unreviewed	0	0	0	0	0	0
