Changes between Initial Version and Version 1 of Ticket #26376


Ignore:
Timestamp:
Mar 18, 2016, 10:52:36 AM (8 years ago)
Author:
Thomas Güttler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26376 – Description

    initial v1  
    11I am missing what "search" means in the current docs of `get_template_names`:
    22
    3 >    Returns a list of template names to search for when rendering the template.
    4 >    If template_name is specified, the default implementation will return a list containing template_name (if it is specified).
     3> Returns a list of template names to search for when rendering the template.
     4> If template_name is specified, the default implementation will return a list containing template_name (if it is specified).
    55
    66https://docs.djangoproject.com/en/1.9/ref/class-based-views/mixins-simple/#django.views.generic.base.TemplateResponseMixin.get_template_names
Back to Top