zulip/zerver
Anders Kaseorg 18d0e4664c python: Replace binascii with bytes.hex to skip some decode operations.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-10-30 11:36:38 -07:00
..
data_import docs: Remove incorrect references to chat.zulip.org. 2020-10-29 16:46:40 -07:00
lib python: Replace binascii with bytes.hex to skip some decode operations. 2020-10-30 11:36:38 -07:00
management python: Use universal_newlines to get str from subprocess. 2020-10-30 11:36:38 -07:00
migrations migration: Add migration to remove default status of private streams. 2020-10-29 15:47:34 -07:00
openapi python: Use universal_newlines to get str from subprocess. 2020-10-30 11:36:38 -07:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests python: Use universal_newlines to get str from subprocess. 2020-10-30 11:36:38 -07:00
tornado tornado: Never use proxies when talking from Django to Tornado. 2020-10-28 12:13:04 -07:00
views python: Replace binascii with bytes.hex to skip some decode operations. 2020-10-30 11:36:38 -07:00
webhooks docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
worker logging: Add logging in deferred_work queue processor. 2020-10-29 10:34:53 -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 python: Use universal_newlines to get str from subprocess. 2020-10-30 11:36:38 -07:00
middleware.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
models.py drafts: Make the ID of the draft a part of the draft dict. 2020-10-29 11:06:04 -07:00
signals.py timezone: Remove get_timezone wrapper. 2020-10-27 13:42:54 -07:00