MCPcopy
hub / github.com/django/django / get_make_object_list

Method get_make_object_list

django/views/generic/dates.py:461–466  ·  view source on GitHub ↗

Return `True` if this view should contain the full list of objects in the given year.

(self)

Source from the content-addressed store, hash-verified

459 )
460
461 def get_make_object_list(self):
462 """
463 Return `True` if this view should contain the full list of objects in
464 the given year.
465 """
466 return self.make_object_list
467
468
469class YearArchiveView(MultipleObjectTemplateResponseMixin, BaseYearArchiveView):

Callers 1

get_dated_itemsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected