class BaseDateDetailView [source]
class YearArchiveView [source] A yearly archive page showing all available months in a given
class DateDetailView [source] A page representing an individual object. If the object has
make_object_list A boolean specifying whether to retrieve the full list of objects for this year and pass those to the template
class DayArchiveView [source] A day archive page showing all objects in a given day. Days
class MonthArchiveView [source] A monthly archive page showing all objects in a given month
get_make_object_list() Determine if an object list will be returned as part of the context. Returns make_object_list
class BaseArchiveIndexView [source]
class BaseDayArchiveView [source]
class WeekArchiveView [source] A weekly archive page showing all objects in a given week
Page 1 of 2