Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#697 closed enhancement (fixed)

Optional object_list for archive_year

Reported by: jhf@… Owned by: Jacob
Component: Generic views Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The generic view archive_year does not provide an object_list.
This patch allows archive_year to optionally populate object_list, when the keyword make_object_list is True.

Attachments (1)

django.patch (1.6 KB ) - added by jhf@… 19 years ago.
Patch for django/views/generic/date_based.py

Download all attachments as: .zip

Change History (2)

by jhf@…, 19 years ago

Attachment: django.patch added

Patch for django/views/generic/date_based.py

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3039]) Fixed #697 -- Added make_object_list parameter to archive_year generic view. Thanks, jhf@…

Note: See TracTickets for help on using tickets.
Back to Top