get_dated_queryset(**lookup) [source] Returns a queryset, filtered using the query arguments
get_date_list(queryset, date_type=None, ordering='ASC') [source] Returns the list of dates
get_date_list_period() [source] Returns the aggregation period for date_list
get_month() [source] Returns the month for which this view will display data, as a string
get_day_format() [source] Returns the
day_format The
month_format The
class BaseDateListView [source] A base class that provides common behavior for all date-based
date_field The name of the DateField or DateTimeField in the QuerySet’s model that the
year Optional The value for the year, as a string. By default, set to None, which means the year
Page 1 of 4