zulip/zproject/jinja2
Umair Khan f94e8530ee Django 1.11: Remove jinja2 backend.
Django 1.11 adds the ability to pass context processors in Jinja2
backend. Django also sends template_rendered signal in tests.
These two issues were the reason why we added Jinja2 backend, but
after upgrading to Django 1.11 we can remove it.

We still need jinja2/__init__.py, which modifies the environment,
and jinja2/compressors.py, which adds minify_js compressor.
2017-07-12 17:53:25 -07:00
..
__init__.py jinja2: No need for custom render_to_response. 2017-03-17 13:57:34 -07:00
compressors.py mypy: Convert several directories to use typing.Text. 2016-12-07 20:51:05 -08:00