Re: issue with django.views.generic.date_based.archive_index's date_list

2009-07-01 Thread Seth Buntin
Karen, That makes total sense. I really missed the verbiage there. Thanks. On Jun 30, 10:34 pm, Karen Tracey wrote: > On Tue, Jun 30, 2009 at 1:55 PM, Seth Buntin wrote: > > > I'm having an issue with the date_based generic views archive_index. > > I am expecting the context to return a date

Re: issue with django.views.generic.date_based.archive_index's date_list

2009-06-30 Thread Karen Tracey
On Tue, Jun 30, 2009 at 1:55 PM, Seth Buntin wrote: > > 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

issue with django.views.generic.date_based.archive_index's date_list

2009-06-30 Thread Seth Buntin
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 date