MCPcopy
hub / github.com/django/django / get_date_list_period

Method get_date_list_period

django/views/generic/dates.py:361–366  ·  view source on GitHub ↗

Get the aggregation period for the list of dates: 'year', 'month', or 'day'.

(self)

Source from the content-addressed store, hash-verified

359 return qs
360
361 def get_date_list_period(self):
362 """
363 Get the aggregation period for the list of dates: 'year', 'month', or
364 'day'.
365 """
366 return self.date_list_period
367
368 def get_date_list(self, queryset, date_type=None, ordering="ASC"):
369 """

Callers 1

get_date_listMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected