django/tests/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
..
forbidden/template_backends
jinja2/template_backends Rewrapped TemplateSyntaxError in Jinja2 backend. 2015-01-12 21:01:34 +01:00
template_strings/template_backends
templates/template_backends Rewrapped TemplateSyntaxError in Jinja2 backend. 2015-01-12 21:01:34 +01:00
__init__.py
test_django.py Made context take priority over context processors. 2015-01-06 22:02:27 +01:00
test_dummy.py Rewrapped TemplateSyntaxError in Jinja2 backend. 2015-01-12 21:01:34 +01:00
test_jinja2.py