regrouping some results by date and I can't seem to make it work on
date only, i.e. not including the time - I get the following error
"'unicode' object has no attribute 'hour'" when I try:

{% regroup results by date_time|date:"D m Y" as results %}

Am I missing a special Django filter to get grouping by date only?

Thanks

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