On Fri, Jun 6, 2008 at 6:57 PM, Dan W. <[EMAIL PROTECTED]> wrote:
> I'm pretty new to django and so far so good except for one thing. When I
> fetch model objects, their related objects are showing up as RelatedManager
> and ManyRelatedManager objects intead of the types I created and modified in
> my model. Consequently if I try to iterate over them or access their data
> attributes, I get an exception.

http://www.djangoproject.com/documentation/db-api/#related-objects

You want the sections on "backward" and "many-to-many" relationships.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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