zulip/zerver
Alex Vandiver 3037e22f61 tornado: Never use proxies when talking from Django to Tornado.
The `no_proxy` parameter does not work to remove proxying[1]; in this
case, since all requests with this adapter are to the internal Tornado
process, explicitly pass in an empty set of proxies to disable
proxying.

[1] https://github.com/psf/requests/issues/4600
2020-10-28 12:13:04 -07:00
..
data_import python: Pass query parameters as a dict when making GET requests. 2020-10-27 13:47:02 -07:00
lib tools: Rename postgres to postgresql in tool names. 2020-10-28 11:57:02 -07:00
management docs: Link to the new doc home of the email gateway. 2020-10-28 12:13:04 -07:00
migrations install: Rename postgres options to postgresql. 2020-10-28 11:55:32 -07:00
openapi openapi: Fix the "the the" instances. 2020-10-26 12:50:01 -07:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests python: Replace manual quote_plus usage with urlencode. 2020-10-27 13:47:02 -07:00
tornado tornado: Never use proxies when talking from Django to Tornado. 2020-10-28 12:13:04 -07:00
views docs: Standardize on PostgreSQL, not Postgres. 2020-10-28 11:55:16 -07:00
webhooks docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
worker queue: Increase default timeout to 30s, from 10s. 2020-10-27 16:39:31 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py i18n: Don't include email tags in translation strings. 2020-09-25 15:53:26 -07:00
decorator.py decorator: Unfork redirect_to_login. 2020-10-25 14:58:53 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py forms: Convert percent formatting to "".format. 2020-10-19 11:54:14 -07:00
logging_handlers.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
middleware.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
models.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
signals.py timezone: Remove get_timezone wrapper. 2020-10-27 13:42:54 -07:00