Hello
I notice that the admin has a problem when filtering dates
I tried:
http://localhost/admin/app/model/?date__lte=2007-06-21
and it generates the same results as:
http://localhost/admin/app/model/?date__lt=2007-06-21
so the LTE filter (less than or equal) is giving the same results as the LT
(less than only) filter for dates fields (datetime actually)

the GTE (greater than or equal) and GT (greater than only) works fine and
using the shell from manage.py and filtering using
Model.objects.filter(date__lte='2007-06-21)
everything works, so I think it is an admin only problem.

should I register a ticket? (or is it a ticket only for when I already have
the patch?)

Daniel

-- 
--

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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