﻿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
29603	dumpdata shouldn't use allow_migrate_model	Tommaso Barbugli	nobody	"The dumpdata management command uses router.allow_migrate_model to determine whether the dump should be done or not (in dumpdata's Command.get_objects method). This is clearly not the right thing to do since that function is used to determined whether a migration should be performed or not.

Note: this check is performed even if the command has a database specified.

Ideally we'd extend router's interface to have an 'allow_dump_data' method rather than use an existing method that serves a different purpose."	Bug	closed	Core (Management commands)	2.0	Normal	duplicate			Unreviewed	0	0	0	0	0	0
