django1/django/template/backends
Hasan Ramezani 8d32290279 Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template.
Jinja raises jinja2.TemplateSyntaxError in render() not in
get_template() when it's in an included template.
2019-11-27 12:48:07 +01:00
..
__init__.py Imported BaseEngine from the DEP. 2014-12-28 15:57:11 +01:00
base.py Fixed #28906 -- Removed unnecessary bool() calls. 2017-12-07 17:13:07 -05:00
django.py Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline. 2019-09-10 12:01:00 +02:00
dummy.py Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline. 2019-09-10 12:01:00 +02:00
jinja2.py Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template. 2019-11-27 12:48:07 +01:00
utils.py Refs #27753 -- Favored SafeString over SafeText. 2019-02-06 14:12:06 -05:00