class documentation

class MultipleObjectTemplateResponseMixin(TemplateResponseMixin):

Known subclasses: django.views.generic.ArchiveIndexView, django.views.generic.DayArchiveView, django.views.generic.ListView, django.views.generic.MonthArchiveView, django.views.generic.TodayArchiveView, django.views.generic.WeekArchiveView, django.views.generic.YearArchiveView

View In Hierarchy

Mixin for responding with a template and list of objects.
Method get​_template​_names Return a list of template names to be used for the request. Must return a list. May not be called if render_to_response is overridden.
Class Variable template​_name​_suffix Undocumented

Inherited from TemplateResponseMixin:

Method render​_to​_response Return a response, using the response_class for this view, with a template rendered with the given context.
Class Variable content​_type Undocumented
Class Variable template​_engine Undocumented
Class Variable template​_name Undocumented
def get_template_names(self):
Return a list of template names to be used for the request. Must return a list. May not be called if render_to_response is overridden.