#3542: Allow month-based date_list on archive_index
-----------------------+----------------------------------------------------
Reporter:  anonymous   |       Owner:  jacob        
  Status:  new         |   Component:  Generic views
 Version:  SVN         |    Keywords:  date_list    
   Stage:  Unreviewed  |   Has_patch:  0            
-----------------------+----------------------------------------------------
 I was trying to create a blog index, similar to the Django weblog, which
 has a Month and Year archive sidebar.
 
 I figured the correct thing to use was the archive_index generic view, but
 the date list only gives me years.
 
 I can almost see the reason for this, as archive_index would drill down to
 archive_year, but it's rare that you would list the years first except for
 very long-running blogs.
 
 I propose a new argument to archive_index of "date_list_period" which can
 be 'year' (default) or 'month'.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3542>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to