﻿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
10833	django.db.load_backend loads the backend from settings.DATABASE_ENGINE regardless of what's passed to it	Alex Gaynor	nobody	"http://code.djangoproject.com/browser/django/trunk/django/db/__init__.py#L17
{{{
#!diff
-        return import_module('.base', 'django.db.backends.%s' % settings.DATABASE_ENGINE)
+        return import_module('.base', 'django.db.backends.%s' % backend_name)
}}}"		closed	Database layer (models, ORM)	dev		fixed			Ready for checkin	0	0	0	0	0	0
