﻿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
13308	dumpdata doesn't honor router information	Russell Keith-Magee	nobody	"Reported by wizard_2/Francis on django-users:

loaddata uses router.allow_syncdb() to determine whether an object should be loaded from a fixture. dumpdata, however, doesn't do the same when outputting a fixture. This can lead to ""Table doesn't exist"" database errors when a router indicates that a specific model shouldn't be available on a given database, but dumpdata tries to dump the model anyway.
"		closed	Database layer (models, ORM)	1.2-beta		fixed			Accepted	0	0	0	0	0	0
