﻿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
29835	Make RelatedFieldListFilter respect ModelAdmin.ordering	Brillgen Developers	Hasan Ramezani	"Django admin class provides an ordering field which overrides the model meta ordering/defines the order in which objects should be displayed. This is respected by the new autocomplete field in foreign keys. 

However the django admin list filter does not use the ordering from the related admin (if present) and only relies on the model meta ordering. This has a performance impact also as the model meta ordering applies to all queries, not just those for django admin. "	Bug	closed	contrib.admin	dev	Normal	fixed	filter		Accepted	1	0	0	0	0	0
