﻿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
12558	The ENGINE setting no longer defaults to dummy if it is not defined	Oliver Beattie	nobody	If the `ENGINE` setting is not defined in a project's settings.py file (for instance, if not using Django's ORM), any attempt to import `django.db` will cause an `ImportError` due to the new `ConnectionHandler` trying to import an invalid path. I have attached a patch which hopefully corrects this behaviour.		closed	Database layer (models, ORM)	1.2-alpha		fixed	importerror		Unreviewed	1	0	0	0	0	0
