Wow, that was fast :)

I was just looking at that, but i'm not sure it's what i'm looking for, but
then again, i'm both new at django and python, so sometimes i'm a bit lost.

the result i would like to get is someting similar to what this query would
return:

select ss.*, sv.vote  from stories_story AS ss
left join stories_vote AS sv ON sv.story_id = ss.id and sv.user_id = 3

is that possible with extra QS modifier?

Cheers,
Mitja


James Bennett wrote:
> 
> 
> On 8/31/07, sect2k <[EMAIL PROTECTED]> wrote:
>> One way of doing it would be to use template tags, but that would amount
>> to
>> redundant SQL queries for each story. I guess another way of doing it
>> would
>> be to write custom SQL using JOIN.
>>
>> What I would like to know is what is the django way of doing this?
> 
> http://www.djangoproject.com/documentation/db-api/#extra-select-none-where-none-params-none-tables-none
> 
> -- 
> "Bureaucrat Conrad, you are technically correct -- the best kind of
> correct."
> 
> > 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Releated-data-from-models-tf4359235.html#a12423850
Sent from the django-users mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to