﻿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
11019	Admin inlines queryset	pcicman		"I think the way how admin inlines are accessed is wrong. 
BaseInlineFormSet does not cares about queryset defined in admin istance.

It uses default manager instead, and some filtering on it (filtering is of course right):

{{{
self.model._default_manager.filter(**{self.fk.name: self.instance})
}}}

Is there any reason why it not uses filtering on queryset returned by queryset method from admin instance instead of default manager? Or is this just a bug?

	
"		closed	contrib.admin	dev		duplicate	admin inlines queryset BaseInlineFormSet		Unreviewed	0	0	0	0	0	0
