> Hmm, that's weird. Does it work if you remove the select_related()?

No, it doesn't ...

I've made a workaround like this ...
ds =
DataSet.objects.select_related().filter(coverage__geo_temp_coverage__ending_temporal_coverage_date__lte=datetime.date(int(max_year),
12,31)).order_by('dataset_id_nr')

Now the query works.

Katja
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to