Hi,

I don't have idea how to do simple task.
I have model with DateTimeField and I want to retrieve all objects
that have time for example lower than 2pm.

I know about Django queryset lookup like year, month, day. Is there
something similar but for time? If not what is the simplest way to
accomplish that?

So it would be great to do something like this:
MyModel.objects.filter(date_field__time__lt == datetime.time(14,0))
assuming of course that MyModel.date_field is models.DateTimeField

Thanks,
Regards,
Lukasz
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to