> If I understand you correctly, you are looking to construct a query for all
> Date objects  that have exactly 2 related time intervals (t2 and t3) which
> also have day=th; that is, a query something like:
> 
> Date.objects.filter(day='th', timeintervals__eq=[t2,t3])

yes something like this...

> 
> However, Django does _not_ support queries of this type.
> 

this is just information what i need (i don't know if I miss something 
in the documentation)


Thank you for your answer Russel

Regards
Michal

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to