﻿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
3613	[multi-db]  select_related stuck in recursive loop	carole.zieler@…	nobody	"using .select_related on objects ( even if foreign keys are all in the same database ) seems to be hanging in some sort of recursive loop.

I'm attaching a file of a Django project that I created this morning...basically a culled down version of my big project.  I'm also attaching a sql dump of my UserDB database...so that it would be easier to view the problem ...

Basically... al you would need to do is go to the settings file...and modify the template directory to be where every you unzipped this tarball to ... and then install the sql dump on your mysql service..and you should be able to run it..and see the problem... by going to http://127.0.0.1:8000/bugsample/useradmin ...  if I remove the .select_related ... works fine... but if they are in there... doesn't work. 
"		closed	Database layer (models, ORM)	dev		wontfix	multi-db		Accepted	0	0	0	0	0	0
