Hopefully this won't be a forehead slapper of a question.

Since related classes do not have an 'object' manager, what is the
best way to get all of those objects as a set?

For example, if I have a BaseClass that has a generically-related
AttributeClass, I can get the attributes from an instance of BaseClass
i.e. base_instance.attributeclass_set.all().

But I'm looking for similar functionality to
AttributeClass.objects.all(), kind of reverse but without having to
have a BaseClass instance (which then limits the results).

An easy way to visualize this is a contact with multiple phone
numbers. I'm looking to get a set of all phone numbers, regardless of
contact. Presently, I only see how to get those related to a
particular contact-object.

Thanks!

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