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. |
||
---|---|---|
.. | ||
jinja2 | ||
__init__.py | ||
backends.py | ||
dev_settings.py | ||
dev_urls.py | ||
legacy_urls.py | ||
local_settings.py | ||
prod_settings_template.py | ||
settings.py | ||
terms.md.template | ||
test_settings.py | ||
urls.py | ||
wsgi.py |