views.generic.dates.MonthMixin.month

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

2016-10-09 18:40:57
views.generic.dates.MonthMixin

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

2016-10-09 18:40:56
views.generic.dates.MonthMixin.get_previous_month()

get_previous_month(date) [source] Returns a date object containing the first day of the month

2016-10-09 18:40:57
views.generic.dates.BaseDateListView.date_list_period

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

2016-10-09 18:40:51
views.generic.dates.WeekMixin.get_next_week()

get_next_week(date) [source] Returns a date object containing the first day of the week after

2016-10-09 18:40:58
views.generic.dates.DateMixin

class DateMixin [source] A mixin class providing common behavior for all date-based views

2016-10-09 18:40:53
views.generic.dates.YearMixin.get_next_year()

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

2016-10-09 18:41:00
views.generic.dates.DateMixin.get_date_field()

get_date_field() [source] Returns the name of the field that contains the date data that

2016-10-09 18:40:54
views.generic.dates.MonthMixin.get_month_format()

get_month_format() [source] Returns the

2016-10-09 18:40:56
views.generic.dates.WeekMixin.get_week()

get_week() [source] Returns the week for which this view will display data, as a string.

2016-10-09 18:40:58