module documentation

Undocumented

Class ​Django​Templates Load Django templates from the built-in widget templates in django/forms/templates and from apps' 'templates' directory.
Class ​Jinja2 Load Jinja2 templates from the built-in widget templates in django/forms/jinja2 and from apps' 'jinja2' directory.
Class ​Templates​Setting Load templates using template.loader.get_template() which is configured based on settings.TEMPLATES.
Class ​Base​Renderer Undocumented
Class ​Engine​Mixin Undocumented
Function get​_default​_renderer Undocumented
@functools.lru_cache()
def get_default_renderer():

Undocumented