﻿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
13412	Exposing multiple db in admin interface is limited	idle sign	nobody	"Suppose I have Django driven site with two applications using two different dbs.


Documentation at http://docs.djangoproject.com/en/dev/topics/db/multi-db/ gives us an idea of how to expose multiple dbs to admin interface.
[[BR]]
However four admin.ModelAdmin methods customized in the example do not handle list_filter option (so query hits the default db, and that rises an exception).


For now I've found only one working solution - using custom manager with overriden get_query_set() method."	New feature	closed	contrib.admin	1.2-beta	Normal	needsinfo			Someday/Maybe	0	0	0	0	0	0
