On 6/07/2011 12:28, Malcolm Box wrote: > I think this should work: > > Calendar.objects.filter(appointment__owner = request.user) > > Try it and see. > > Malcolm >
Thanks, I'll see if I can make a test script to test this. It's actually a good idea to put in a performance test of some sorts. Regards, Benedict -- 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.

