> and suppose "obj_a" is your given A instance. Then I suspect this is the
> type of queryset you're after:
>         C.objects.filter(Q(to_a=obj_a) | Q(to_b__to_a=obj_a))

This did the trick Malcolm, thanks.  I'm not sure what was hanging me up
as I could swear I had tried this one already, but must have been just
slightly wrong syntactically at the time.

Thanks!
-J


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to