mirror of https://github.com/zulip/zulip.git
f94e8530ee
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. |
||
---|---|---|
.. | ||
__init__.py | ||
compressors.py |