﻿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
15063	multi_db flag on TestCase causes invalid error reporting when loading fixtures.	David Cramer	nobody	"When setting multi_db = True on a test case you may encounter aliases which do not allow synchronization with specific tables. Due to the behavior of the fixture loader, it sees that no objects were loaded for these specific aliases and prints an exception to stderr and runs a rollback command. 

The chunk of code in reference is here http://code.djangoproject.com/browser/django/trunk/django/core/management/commands/loaddata.py#L196

(For posterity, the 'if objects_in_fixture == 0:'  error assumption is what causes this behavior)"	Bug	closed	Testing framework	1.2	Normal	duplicate			Accepted	0	0	0	0	0	0
