Re: drilling down with generic views

2006-11-17 Thread [EMAIL PROTECTED]
Hello again, I just figured out that this is very easy to implement in Python 2.5, thanks to that version's revamped calendar module. I keep thinking that I must be missing some boneheadedly simple way to do it with the Django generic views, though. Best, Hank Sims On

drilling down with generic views

2006-11-14 Thread [EMAIL PROTECTED]
Hi there, I'm wondering why the date-based generic views don't provide easy hooks to drill down to the week and date level. The "date_based.archive_index" view gives the template date_list, a list of all years for which there are objects in the database. The