In my code I have a reference and a name such that I can do perform a "get" to procure the reference to the correct intermediate object. Then I simply interrogate that object directly. It should be possible to do a "values" style query instead if you only want a particular field or set of fields.
Hope that helps! On Sep 19, 7:37 pm, Nate Thelen <[EMAIL PROTECTED]> wrote: > Looking at the docs here: > > http://docs.djangoproject.com/en/dev/topics/db/models/#extra-fields-o... > > I cannot find any reference to how to access the data in the > "Membership" table. For example, if I have a reference to the > "beatles" object, how do I find the "date_joined" for each of the > "Person" objects. I have looked through the other sections of the > documentation, searched this group, and searched via Google, but > couldn't find the info. > > Thanks, > Nate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

