Hi everyone, Im new here.

I needed to write a query similar to

News.objects.filter(publish_date__hour = 12)

and found out that some query terms (namely hour,minute and second)
are not supported by filter but are supported by all database
backends. (unless im terribly wrong, just looked at the code, didn't
have time to test them all yet, and probably I wont have it anytime
soon)

It seems rather odd, having it supported on all backends it was just a
matter of adding support for it on filter...

Just wanted to know if I'm missing anything here before submitting a
ticket.

I have a patch, how should I proceed?

Best regards to all, congrats on this great software.
----nubis :)


--~--~---------~--~----~------------~-------~--~----~
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