﻿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
7566	dumpdata command should not use model._default_manager.all()	anonymous	nobody	"dumpdata command should not use model._default_manager.all() for retrieving objects because model can use custom Manager with redefined .all() method.[[BR]]
better way for retrieving all objects is using !QuerySet(model).all()"		closed	Core (Serialization)	dev		fixed	dumpdata		Design decision needed	1	0	0	0	0	0
