On Thu, 2009-02-26 at 11:08 -0500, Calvin Spealman wrote: > I'm looking for the best way to query based on the existence of an > instance of a subclass. In my case, there are Actions that have > several subclasses, like FriendRequest, PhotosTagged, etc. The user > has selected a set of types they are interested in, so I need to query > for all the actions that are instances of one of these particular > subclasses. I could query for all, and then filter on the python-side, > but that is what I'm looking to avoid. Is there a way to do this from > the query api. If there isn't, what would one look like and would it > be accepted?
This is a "how do I....?" sort of question. The best place to ask those is the django-users mailing list. This list is for the internal development of Django itself. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
