Re: Reverse relations, select_related, and the Queryset Refactor Branch

2008-04-17 Thread robotika
Awesome, thanks for the clarification Malcolm. It's certainly something I think would be useful, especially when it comes to geographically aware applications. I only wish I was smart enough to help contribute towards it :) I'm probably going to try having a GenericRelation model sit inbetween a G

Reverse relations, select_related, and the Queryset Refactor Branch

2008-04-15 Thread robotika
I was initially excited at the idea of specifying a list related fields with a select_related call, but have since discovered it doesn't seem to work on reverse relations. I don't know why I was expecting it to work (stupid optimism!), but it was a little disappointing. What I was curious about, a