I have a Model Foo, with a FK to user. if i do f = Foo.objects.get(id=1) and all i need from that is f.title and j.user.username in my template... is it returning more info than needed with User. I mean, is it getting the entire user object for each returned record?
If it is returning the entire user object, would it then be best to use just SQL and a JOIN? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---