mirror of https://github.com/zulip/zulip.git
770a899239
There is a change in Django 1.10 due to which whenever the password of the user is changed the session hash changes. This change affects us because we cache user profile objects and these cached objects need to be refreshed. However, the signal sent by Django in which objects are refreshed fails to refresh the cache for Tornado because it uses a different cache prefix. Note: Backend tests are not affected because they don't rely on Tornado. |
||
---|---|---|
.. | ||
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 |