django1/django/template/backends
Jacob Walls 89fc144ded Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary exceptions in get_package_libraries().
This change sets the __cause__ attribute to raised exceptions and makes
small cleanups in error messages.
2020-12-28 07:31:37 +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 Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary exceptions in get_package_libraries(). 2020-12-28 07:31:37 +01: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