On Fri, 2008-04-18 at 17:57 -0700, meppum wrote:
> I read that to mean that it follows foreign key relationships "up"
> from the child to the parent. Meaning that if you load
> Parent.select_related() that parent.child_set() will not yet have been
> loaded. Or did I read it wrong?

See a post from earlier this week about why select_related() for
anything that returns multi-valued results (which includes reverse
ForeignKeys) is not implemented yet and won't be for a while:


http://groups.google.com/group/django-users/browse_frm/thread/53f30fd617f13f1d/18ecb827406d2b8f?lnk=gst&q=select_related#18ecb827406d2b8f
Regards,
Malcolm

-- 
A clear conscience is usually the sign of a bad memory. 
http://www.pointy-stick.com/blog/


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