﻿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
12729	contrib.auth on seperate db in multi-db setup fails	dhageman	nobody	contrib.auth will break if you put it onto a database by itself.  There is a hard coded SQL statement in contrib.auth.backends at line 27 (get_group_permissions) that joins the auth tables with django_content_type.  This will obviously cause an error if the django_ tables are not in the same database with the auth_ tables.		closed	contrib.auth	dev		fixed	multi-db		Accepted	0	0	0	0	0	0
