class documentation

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): (source)

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.