views.generic.dates.BaseDateListView.get_dated_queryset()
  • References/Python/Django/API/Date-based mixins

get_dated_queryset(**lookup) [source] Returns a queryset, filtered using the query arguments

2025-01-10 15:47:30
views.generic.dates.BaseDateListView.get_date_list_period()
  • References/Python/Django/API/Date-based mixins

get_date_list_period() [source] Returns the aggregation period for date_list

2025-01-10 15:47:30
views.generic.dates.MonthMixin.get_month()
  • References/Python/Django/API/Date-based mixins

get_month() [source] Returns the month for which this view will display data, as a string

2025-01-10 15:47:30
views.generic.dates.MonthMixin.month_format
  • References/Python/Django/API/Date-based mixins

month_format The

2025-01-10 15:47:30
views.generic.dates.DayMixin.get_day_format()
  • References/Python/Django/API/Date-based mixins

get_day_format() [source] Returns the

2025-01-10 15:47:30
views.generic.dates.BaseDateListView.get_date_list()
  • References/Python/Django/API/Date-based mixins

get_date_list(queryset, date_type=None, ordering='ASC') [source] Returns the list of dates

2025-01-10 15:47:30
views.generic.dates.BaseDateListView
  • References/Python/Django/API/Date-based mixins

class BaseDateListView [source] A base class that provides common behavior for all date-based

2025-01-10 15:47:30
views.generic.dates.DayMixin.day_format
  • References/Python/Django/API/Date-based mixins

day_format The

2025-01-10 15:47:30
views.generic.dates.YearMixin.year
  • References/Python/Django/API/Date-based mixins

year Optional The value for the year, as a string. By default, set to None, which means the year

2025-01-10 15:47:30
views.generic.dates.DateMixin.date_field
  • References/Python/Django/API/Date-based mixins

date_field The name of the DateField or DateTimeField in the QuerySet’s model that the

2025-01-10 15:47:30