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 DateDetailView
django
.
views
.
generic
.
dates
.
DateDetailView
Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.
Declaration
class
DateDetailView(
SingleObjectTemplateResponseMixin
,
BaseDateDetailView
)
source
link
Documentation
Inherited methods
Methods inherited from
django
.
views
.
generic
.
detail
.
SingleObjectTemplateResponseMixin
:
get_template_names
Methods inherited from
django
.
views
.
generic
.
base
.
TemplateResponseMixin
:
render_to_response
Methods inherited from
django
.
views
.
generic
.
dates
.
BaseDateDetailView
:
get_object
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
.
MonthMixin
:
get_month
,
get_month_format
,
get_next_month
,
get_previous_month
Methods inherited from
django
.
views
.
generic
.
dates
.
DayMixin
:
get_day
,
get_day_format
,
get_next_day
,
get_previous_day
Methods inherited from
django
.
views
.
generic
.
dates
.
DateMixin
:
get_allow_future
,
get_date_field
,
uses_datetime_field
Methods inherited from
django
.
views
.
generic
.
detail
.
BaseDetailView
:
get
Methods inherited from
django
.
views
.
generic
.
detail
.
SingleObjectMixin
:
get_context_data
,
get_context_object_name
,
get_queryset
,
get_slug_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