﻿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
11828	Testing w/ contenttypes with syncdb causes an error django_content_types table does not exist	craig.kimerer@…	robmadole	"A quick way to see the error (which is obviously wrong)

1. Add contenttypes to your installed apps
1. Create a model on  second db (we'll call it 'other_db')
1. In django/test/simple.py run_tests() make the alias iteration order (you can hardcode this) to be `for alias in ordered:`  with `for alias in ['other_db', 'default']

That will show that the db creation order is important.

The other harder way to do this, is to find something that lets you iterate over a dictionaries items where whatever your other alias hashes ""before"" the 'default' one does."		closed	Testing framework	soc2009/multidb		fixed	multidb syncdb content_type	robmadole@…	Design decision needed	0	0	0	0	0	0
