Fabien, If ev is an event object, you can find a queryset of it's related objects with ev.eventdate_set. For more info about accessing objects from python, see the tutorial [http://www.djangoproject.com/documentation/tutorial1/] and the api documentation [http://www.djangoproject.com/documentation/db-api/]
Also, "Class" in your first line needs to be lowercase: class Event: Benj --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

