Hello,

I'm trying to create a select with the django query set which should 
give me the same result like this sql statement:
SELECT distinct(YEAR(`mydate`)) FROM `table`

I've tried it for a while but don't get it.

Something like
self.fields['field'].choices =  [('x', 'x') for disp in 
Disposal.objects.filter(mydate__year__gte =  2008).distinct()]

What's obvisously wrong.
Hope you can give me a tip.
Thanks very much,
regards Ben

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.


Reply via email to