Undocumented
Class | DjangoTemplates |
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 | TemplatesSetting |
Load templates using template.loader.get_template() which is configured based on settings.TEMPLATES. |
Class | BaseRenderer |
Undocumented |
Class | EngineMixin |
Undocumented |
Function | get_default_renderer |
Undocumented |