page_kwarg A string specifying the name to use for the page parameter. The view will expect this parameter to be available either
get_context_data(**kwargs) Returns context data for displaying the list of objects.
paginate_queryset(queryset, page_size) Returns a 4-tuple containing (paginator, page, object_list
context_object_name Designates the name of the variable to use in the context.
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
template_name_suffix The suffix to append to the auto-generated candidate template name. Default suffix is _list
class django.views.generic.list.MultipleObjectTemplateResponseMixin A mixin class that performs template-based response rendering
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