﻿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
17708	"Django ""sites"" framework requires a Site model in every database during the tests."	wojtekzozlak@…	nobody	"Lets assume, that we have two databeses - 'default' and 'main'.

We're using router, with defined `allow_syncdb` method, which distribute models between them.

We're also using a Django ""sites"" framework.


During the tests (./manage.py test app), Django stubbornly tries to reach and populate the django_sites table in EVERY database, which of course ends with an error.
"	Bug	closed	contrib.sites	1.3	Normal	duplicate	multiple databases sites tests		Unreviewed	0	0	0	0	0	0
