﻿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
13367	django/test/simple.py Imports django.db even when your app dosn't use a db	Damian Zaremba	nobody	Even if your app requires no database interaction the testing module still imports django.db. To get around this you have to do stupid things like create an sqllite db in memory. This shouldn't be required as if your app doesn't need a db you shouldn't have to configure one and the testing framework shouldn't test it (or there should be a way to ignore it).		closed	Testing framework	1.1		wontfix	django.db, db, testing		Unreviewed	0	0	0	0	0	0
