Class MultipleObjectTemplateResponseMixin
Mixin for responding with a template and list of objects.
Declaration
source linkDocumentation
Methods
▶ def get_template_names(self) override 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.