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
▸ detail
▸ edit
▾ list
class
BaseListView
class
ListView
class
MultipleObjectMixin
class
MultipleObjectTemplateResponseMixin
class
GenericViewError
▸ i18n
▸ static
Class ListView
django
.
views
.
generic
.
list
.
ListView
Render some list of objects, set by `self.model` or `self.queryset`. `self.queryset` can actually be any iterable of items, not just a queryset.
Declaration
class
ListView(
MultipleObjectTemplateResponseMixin
,
BaseListView
)
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
.
list
.
BaseListView
:
get
Methods inherited from
django
.
views
.
generic
.
list
.
MultipleObjectMixin
:
get_allow_empty
,
get_context_data
,
get_context_object_name
,
get_ordering
,
get_paginate_by
,
get_paginate_orphans
,
get_paginator
,
get_queryset
,
paginate_queryset
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