Re: consistency in date-based generic views

2008-04-23 Thread Malcolm Tredinnick
On Wed, 2008-04-23 at 21:24 -0700, PJ wrote: > > .archive_index templates get 'latest' ; all the others get > 'object_list' > If template_object_name is set to 'foo', > > .archive_index templates get 'foo'; all the others get 'foo_list' You can pass in template_object_name='foo_list' to archi

consistency in date-based generic views

2008-04-23 Thread PJ
.archive_index templates get 'latest' ; all the others get 'object_list' If template_object_name is set to 'foo', .archive_index templates get 'foo'; all the others get 'foo_list' .archive_index and .archive_year templates get a 'date_list'; why don't .archive_month and .archive_day ? This al