﻿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
7555	Django admin bug: Can't edit content not in Queryset	artagnon	nobody	"When the default manager's get_query_set() is overridden to narrow down the queryset, django's admin interface displays all the articles for the model regardless but clicking on one of the articles not in the queryset in an attempt to modify it throws up an error similar to:
writeup object with primary key u'3' does not exist
In my opinion, if Django wants to use the default manager, the articles not in the queryset shouldn't appear in the list. Ofcourse, this problem is easily fixed by overriding the get_query_set() only in an alternate manager and not in the default manager."		closed	contrib.admin	dev		worksforme	manager queryset get_query_set		Fixed on a branch	0	0	0	0	0	0
