Re: Generic view 'archive_year' not working

2009-09-12 Thread Matthew
See thread http://groups.google.com/group/django-users/browse_thread/thread/f6f78545989cfbab On Aug 9, 1:31 pm, Matthew wrote: > I am using Django's generic views to create a blog site.  The > templates I created, entry_archive_day, entry_archive_month, > entry_archive, and entry_detail all wor

Generic view 'archive_year' not working

2009-08-09 Thread Matthew
I am using Django's generic views to create a blog site. The templates I created, entry_archive_day, entry_archive_month, entry_archive, and entry_detail all work perfectly, but entry_archive_year does not. Instead, it is simply a blank page. It looks like it sees no objects in 'object_list'.