Is there any way to do something similar to select_related() when
following a foreign key relationship backward?

For example,
b = Blog.objects.get(id=1)
e = b.entry_set.all()

Any way to retrieve both b and e in one single DB query?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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