Or to put it more simply... all I'm trying to do is this...

Select * from myapp_product, myapp_productword, myapp_word
where
myapp_productword.fk_product_id = myapp_product.id
and
myapp_productword.fk_word_id = myapp_word.id
and
value = 'assam'
order by title

..returning Product objects...



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to