Re: Multitable inheritance and select_related() not working

2009-07-20 Thread Russell Keith-Magee
On Mon, Jul 20, 2009 at 4:30 PM, Jim wrote: > > My Django version is 1.0.2-final (http://media.djangoproject.com/ > releases/1.0.2/Django-1.0.2-final.tar.gz) > > I have an issue with select_related() not working. I can reproduce it > with the following steps: > I have followed the django tutorial

Multitable inheritance and select_related() not working

2009-07-20 Thread Jim
My Django version is 1.0.2-final (http://media.djangoproject.com/ releases/1.0.2/Django-1.0.2-final.tar.gz) I have an issue with select_related() not working. I can reproduce it with the following steps: I have followed the django tutorial to set up a simple django project mysite with the polls a