Re: generic views - object_detail and info_dict

2006-02-21 Thread Glenn Tenney
On Tue, Feb 21, 2006 at 09:22:25PM -, Jan Rademaker wrote: > The 'archive_day' you see in urlpatterns is the name of the view, eg. > django.views.generic.date_based.archive_day and not some string that's > appended to the module's name. Thanks... for some reason, I had the perception that th

Re: generic views - object_detail and info_dict

2006-02-21 Thread Jan Rademaker
Glenn, The 'archive_day' you see in urlpatterns is the name of the view, eg. django.views.generic.date_based.archive_day and not some string that's appended to the module's name. The default template names for date based views happen to be the same as the name of the corresponding view. The defa