I'm hitting the same problem with my own views and templates. I can query lots and lots of objects with one filter, but when I start to access related objects for each of the objects, Django fires lots of separate queries. I know select_related=True, but it doesn't seem to make a difference, and in some cases it breaks things. Maybe it's still under construction in m-r?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---