﻿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
15068	initial_data fixtures using natural keys fail in tests with multiple databases	David Cramer	nobody	"If a fixture using natural keys is referenced before that database is created (in tests), then the fixture fails to load due to a ""table does not exist"" error (though may also throw database does not exist, since it may not have been created yet).

The reason for this is that objects are instantiated before they are actually created in the database, but they mapper only does this if they're not using natural keys. In the case where they are, it attempts to look them up from the database, rather than the existing in-memory instances."		closed	Testing framework	1.2		invalid			Accepted	0	0	0	0	0	0
