Django

Code

Ticket #697 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

Optional object_list for archive_year

Reported by: jhf@hex.no Assigned to: jacob
Milestone: Component: Generic views
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

django.patch (1.6 kB) - added by jhf@hex.no on 10/26/05 06:34:05.
Patch for django/views/generic/date_based.py

Change History

10/26/05 06:34:05 changed by jhf@hex.no

  • attachment django.patch added.

Patch for django/views/generic/date_based.py

05/31/06 23:21:27 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #697 (Optional object_list for archive_year)




Change Properties
Action