django1/django/template/backends
Aymeric Augustin 71b7668b75 Rewrapped TemplateSyntaxError in Jinja2 backend.
Changed import style to avoid confusion between Django's and Jinja2's
APIs.
2015-01-12 21:01:34 +01:00
..
__init__.py Imported BaseEngine from the DEP. 2014-12-28 15:57:11 +01:00
base.py Added Django template backend. 2014-12-28 16:08:35 +01:00
django.py Made context take priority over context processors. 2015-01-06 22:02:27 +01:00
dummy.py Added Django template backend. 2014-12-28 16:08:35 +01:00
jinja2.py Rewrapped TemplateSyntaxError in Jinja2 backend. 2015-01-12 21:01:34 +01:00
utils.py Added Django template backend. 2014-12-28 16:08:35 +01:00