module documentation

Undocumented

Class BaseRenderer Undocumented
Class DjangoDivFormRenderer Load Django templates from django/forms/templates and from apps' 'templates' directory and use the 'div.html' template to render forms and formsets.
Class DjangoTemplates Load Django templates from the built-in widget templates in django/forms/templates and from apps' 'templates' directory.
Class EngineMixin Undocumented
Class Jinja2 Load Jinja2 templates from the built-in widget templates in django/forms/jinja2 and from apps' 'jinja2' directory.
Class Jinja2DivFormRenderer Load Jinja2 templates from the built-in widget templates in django/forms/jinja2 and from apps' 'jinja2' directory.
Class TemplatesSetting Load templates using template.loader.get_template() which is configured based on settings.TEMPLATES.
Function get_default_renderer Undocumented
@functools.lru_cache
def get_default_renderer(): (source)

Undocumented