#3274: [patch] Provide date_list to template context in archive_month view
-----------------------------------+----------------------------------------
Reporter: paolo <[EMAIL PROTECTED]> | Owner: adrian
Type: enhancement | Status: new
Priority: normal | Milestone: Version 1.0
Component: Generic views | Version: SVN
Severity: normal | Keywords: archive_month date_list
-----------------------------------+----------------------------------------
As django.views.generic.date_based.archive_index (and
django.views.generic.date_based.archive_year provide) provide a list of
datetime.date to template context representing all years (and months) that
have objects available according to queryset, it would be coerent that
django.views.generic.date_based.archive_month provides a date_list
containing datetime.date representing all days that have objects available
according to queryset.
--
Ticket URL: <http://code.djangoproject.com/ticket/3274>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---