﻿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
24293	"contrib.sites.tests.CreateDefaultSiteTests.test_multi_db expect ""other"" database to exist, but doesn't create one"	k.zaitsev	nobody	"The bug is easily reproducible on a clean installation of django 1.7.3+ via `./manage.py test django.contrib.sites`

The problem is within the test `CreateDefaultSiteTests.test_multi_db`. The line that fails is 
{{{
create_default_site(self.app_config, using='other', verbosity=0)
}}}
. It would fail unless you have ""other"" database defined in DATABASES dict in settings. I guess the test should ensure, that ""other"" DATABASE exists before querying it. At least by setting `DATABASES['other'] = DATABASES['default']`"	Bug	new	contrib.sites	1.7	Normal		tests		Unreviewed	0	0	0	0	0	0
