﻿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
24571	"""testserver"" management command fails"	Domas	Claude Paroz	"Hi,

After updating to 1.8 this command:

{{{
python3 manage.py testserver fixture.yaml
}}}

Fails:

{{{
Creating test database for alias 'default'...
Got an error creating the test database: database ""test_django"" already exists

Destroying old test database 'default'...
CommandError: Error: No database fixture specified. Please provide the path of at least one fixture in the command line.

}}}


"	Bug	closed	Core (Management commands)	1.8	Release blocker	fixed	testserver		Ready for checkin	1	0	0	0	0	0
