views.generic.dates.BaseDateListView.get_dated_items()

get_dated_items() [source] Returns a 3-tuple containing (date_list, object_list

2016-10-09 18:40:51
views.generic.dates.DayMixin.get_previous_day()

get_previous_day(date) [source] Returns a date object containing the previous valid day.

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

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

2016-10-09 18:40:53
views.generic.dates.WeekMixin.get_prev_week()

get_prev_week(date) Returns a date object containing the first day of the week before the date provided. This function can also

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

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

2016-10-09 18:40:51
views.generic.dates.YearMixin.get_year()

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

2016-10-09 18:41:00
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.YearMixin.year_format

year_format The

2016-10-09 18:41:01
views.generic.dates.DayMixin.get_next_day()

get_next_day(date) [source] Returns a date object containing the next valid day after the

2016-10-09 18:40:55