﻿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
11286	Dumpdata management command does not use _default_manager	Marc Remolt	nobody	"In django/core/management/commands/dumpdata.py on line 75f:

{{{
for model in model_list:
    objects.extend(model.objects.all())
}}}

As I understand it, Django core now exclusively uses model_default_manager instead of the hard coded model.objects, so there is no reason to keep is here."		closed	Core (Other)	dev		fixed			Accepted	0	0	0	0	0	0
