MCPcopy
hub / github.com/django/django / get_dated_items

Method get_dated_items

django/views/generic/dates.py:641–643  ·  view source on GitHub ↗

Return (date_list, items, extra_context) for this request.

(self)

Source from the content-addressed store, hash-verified

639 """
640
641 def get_dated_items(self):
642 """Return (date_list, items, extra_context) for this request."""
643 return self._get_dated_items(datetime.date.today())
644
645
646class TodayArchiveView(MultipleObjectTemplateResponseMixin, BaseTodayArchiveView):

Callers

nothing calls this directly

Calls 1

_get_dated_itemsMethod · 0.80

Tested by

no test coverage detected