Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#17685 closed Bug (fixed)

Inconsistent 3-tuple item naming in BaseDateListView.get_dated_items()

Reported by: ejb Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

https://docs.djangoproject.com/en/dev/ref/class-based-views/#django.views.generic.dates.BaseDateListView

Says that get_dated_items() "Returns a 3-tuple containing (date_list, latest, extra_context)." then goes on to reference the second item as object_list.

Attachments (1)

BaseDateListView.get_dated_items-doc-fix.diff (820 bytes ) - added by ejb 12 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Jannis Leidel, 12 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Tim Graham, 12 years ago

Resolution: fixed
Status: newclosed

In [17548]:

Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.

comment:3 by Tim Graham, 12 years ago

In [17549]:

[1.3.X] Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.

Backport of r17548 from trunk.

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