#6822: date_based.archive_index should append _list to template_object_name
-----------------------+----------------------------------------------------
Reporter: minarets | Owner: nobody
Status: new | Component: Generic views
Version: SVN | Keywords:
Stage: Unreviewed | Has_patch: 0
-----------------------+----------------------------------------------------
django.views.generic.date_based.archive_index is inconsistent in its
handling of the template_object_name variable. The other views will append
'_list' to the value of this parameter in determining the variable’s name
(archive_year, archive_week, archive_month, archive_day). The
archive_index view should be changed to reflect this behavior.
--
Ticket URL: <
http://code.djangoproject.com/ticket/6822>
Django Code <
http://code.djangoproject.com/>
The web framework for perfectionists with deadlines