views.generic.list.MultipleObjectTemplateResponseMixin.get_template_names()

get_template_names()

Returns a list of candidate template names. Returns the following list:

  • the value of template_name on the view (if provided)
  • <app_label>/<model_name><template_name_suffix>.html
doc_Django
2016-10-09 18:41:14
Comments
Leave a Comment

Please login to continue.