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

get_next_year(date) [source] Returns a date object containing the first day of the year after

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

get_month_format() [source] Returns the

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

date_list_period Optional A string defining the aggregation period for date_list. It must be one

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

get_week_format() [source] Returns the

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

week_format The

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

get_previous_year(date) [source] Returns a date object containing the first day of the year

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

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

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

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

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

class YearMixin [source] A mixin that can be used to retrieve and provide parsing information

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

class WeekMixin [source] A mixin that can be used to retrieve and provide parsing information

2025-01-10 15:47:30