views.generic.dates.DateMixin.date_field

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

2016-10-09 18:40:54
views.generic.dates.YearMixin.year

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

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

year_format The

2016-10-09 18:41:01
views.generic.dates.DateMixin.get_allow_future()

get_allow_future() [source] Determine whether to include “future” objects on this page, where

2016-10-09 18:40:54
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.DayMixin

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

2016-10-09 18:40:55
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