page_kwarg A string specifying the name to use for the page parameter. The view will expect this parameter to be available either
model The model that this view will display data for. Specifying model = Foo is effectively the same as specifying
get_allow_empty() Return a boolean specifying whether to display the page if no objects are available. If this method returns
template_name_suffix The suffix to append to the auto-generated candidate template name. Default suffix is _list
get_context_object_name(object_list) Return the context variable name that will be used to contain the list of data that this
get_paginate_by(queryset) Returns the number of items to paginate by, or None for no pagination. By default this
class django.views.generic.list.MultipleObjectTemplateResponseMixin A mixin class that performs template-based response rendering
context_object_name Designates the name of the variable to use in the context.
allow_empty A boolean specifying whether to display the page if no objects are available. If this is False and
queryset A QuerySet that represents the objects. If provided, the value of queryset supersedes the
Page 2 of 3