Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▾ views
▸ csrf
▸ debug
▸ decorators
▸ defaults
▾ generic
▸ base
▾ dates
class
ArchiveIndexView
class
BaseArchiveIndexView
class
BaseDateDetailView
class
BaseDateListView
class
BaseDayArchiveView
class
BaseMonthArchiveView
class
BaseTodayArchiveView
class
BaseWeekArchiveView
class
BaseYearArchiveView
class
DateDetailView
class
DateMixin
class
DayArchiveView
class
DayMixin
class
MonthArchiveView
class
MonthMixin
class
TodayArchiveView
class
WeekArchiveView
class
WeekMixin
class
YearArchiveView
class
YearMixin
▸ detail
▸ edit
▸ list
class
GenericViewError
▸ i18n
▸ static
Class WeekArchiveView
django
.
views
.
generic
.
dates
.
WeekArchiveView
List of objects published in a given week.
Declaration
class
WeekArchiveView(
MultipleObjectTemplateResponseMixin
,
BaseWeekArchiveView
)
source
link
Documentation
Inherited methods
Methods inherited from
django
.
views
.
generic
.
list
.
MultipleObjectTemplateResponseMixin
:
get_template_names
Methods inherited from
django
.
views
.
generic
.
base
.
TemplateResponseMixin
:
render_to_response
Methods inherited from
django
.
views
.
generic
.
dates
.
BaseWeekArchiveView
:
get_dated_items
Methods inherited from
django
.
views
.
generic
.
dates
.
YearMixin
:
get_next_year
,
get_previous_year
,
get_year
,
get_year_format
Methods inherited from
django
.
views
.
generic
.
dates
.
WeekMixin
:
get_next_week
,
get_previous_week
,
get_week
,
get_week_format
Methods inherited from
django
.
views
.
generic
.
dates
.
BaseDateListView
:
get
,
get_date_list
,
get_date_list_period
,
get_dated_queryset
,
get_ordering
Methods inherited from
django
.
views
.
generic
.
list
.
MultipleObjectMixin
:
get_allow_empty
,
get_context_data
,
get_context_object_name
,
get_paginate_by
,
get_paginate_orphans
,
get_paginator
,
get_queryset
,
paginate_queryset
Methods inherited from
django
.
views
.
generic
.
dates
.
DateMixin
:
get_allow_future
,
get_date_field
,
uses_datetime_field
Methods inherited from
django
.
views
.
generic
.
base
.
View
:
__init__
,
as_view
,
dispatch
,
http_method_not_allowed
,
options
,
setup
Reexports
Imported in
django.views.generic
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04