I'm having an issue with the date_based generic views archive_index. I am expecting the context to return a date_list with datetime instances of the years specified in my queryset.
The problem is my queryset doesn't return what I am expecting. The queryset only has one instance and it has a datefield values of June 6, 2009 the only date object I get in date_list is an object for January 1, 2009. Any ideas on what might be causing this? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---