﻿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
18575	Testing framework doesn't work without a SQL Database	delormemarco@…	Aymeric Augustin	"If you choose not to use a database in your settings.py (DATABASE = {}), you can't run tests with 
{{{
python manage.py test <my app>
}}}
You receive an '''ImproperlyConfigured''' exception with the following message: ''you must define a 'default' database''

That's because '''django.test.signals''' import '''django.db.connection''' since ''1.4'' and obviously '''django.db.connectinon''' need a database to be configured
"	Bug	closed	Testing framework	1.4	Release blocker	fixed	regression	jan.bednarik@…	Ready for checkin	1	0	0	0	0	0
