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.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.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.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.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.MonthMixin.month_format
  • References/Python/Django/API/Date-based mixins

month_format The

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.BaseDateListView.allow_empty
  • References/Python/Django/API/Date-based mixins

allow_empty A boolean specifying whether to display the page if no objects are available. If this is True and no

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

allow_future A boolean specifying whether to include “future” objects on this page, where “future” means objects in which the

2025-01-10 15:47:30