zulip/zproject
Umair Khan 770a899239 Django 1.10: Use single cache prefix for casper tests.
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.
2016-12-14 22:40:33 -08:00
..
jinja2 mypy: Convert several directories to use typing.Text. 2016-12-07 20:51:05 -08:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py subdomains: Make GitHub login work with subdomains. 2016-12-14 11:09:39 -08:00
dev_settings.py Add oembed/Open Graph/Meta tags data retrieval from inline links. 2016-12-07 17:40:18 -08:00
dev_urls.py Django 1.10: Upgrade urls of dev_urls.py. 2016-11-10 16:20:02 +05:00
legacy_urls.py Django 1.10: Upgrade legacy urls. 2016-11-10 16:20:02 +05:00
local_settings.py pep8: Fix E225 pep8 violations. 2016-11-28 15:21:15 -08:00
prod_settings_template.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
settings.py Django 1.10: Use single cache prefix for casper tests. 2016-12-14 22:40:33 -08:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py Django 1.10: Use single cache prefix for casper tests. 2016-12-14 22:40:33 -08:00
urls.py subdomains: Make GitHub login work with subdomains. 2016-12-14 11:09:39 -08:00
wsgi.py Django 1.10: Use uWSGI. 2016-12-13 21:40:43 -08:00