﻿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
30391	.get ignores .using	DavionKalhen	nobody	"When using multiple databases, when accessing the non-default with .using, a subsiquent call to .get will ignore the databases.

Eg:


{{{
comment = Comments.objects.using('specialcmts').get(pk=23)
#if pk=23 exists in 'default' db, comment will be that value, or it throws an error.
}}}
"	Bug	new	Uncategorized	2.1	Normal				Unreviewed	0	0	0	0	0	0
