zulip/zerver
Anders Kaseorg 114b0a2982 message_edit: Output a list, not a reversed iterator.
A list_reverseiterator object is not JSON serializable, and orjson
enforces this.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-08-11 10:47:13 -07:00
..
data_import docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
lib export: Post-process authentication_methods BitHandler field to list. 2020-08-11 10:47:13 -07:00
management docs: Correct “login” as a verb to “log in”. 2020-08-11 10:25:53 -07:00
migrations docs: Fix various capitalization errors. 2020-08-11 10:25:52 -07:00
openapi docs: Fix capitalization of keyboard keys. 2020-08-11 10:25:53 -07:00
templatetags docs: Fix various capitalization errors. 2020-08-11 10:25:52 -07:00
tests middleware: Make HostDomain into a process_request, not process_response. 2020-08-11 10:37:55 -07:00
tornado docs: Fix capitalization of keyboard keys. 2020-08-11 10:25:53 -07:00
views message_edit: Output a list, not a reversed iterator. 2020-08-11 10:47:13 -07:00
webhooks docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
worker docs: Fix spelling errors caught by codespell. 2020-08-11 10:23:06 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py auth: Make apple log in and sign up buttons consistent with others. 2020-06-18 13:06:10 -07:00
decorator.py logging: Report stack_info on logging.exception calls. 2020-08-11 10:16:54 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py middleware: Make HostDomain into a process_request, not process_response. 2020-08-11 10:37:55 -07:00
logging_handlers.py docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
middleware.py sentry: Ignore DisallowedHost messages. 2020-08-11 10:38:14 -07:00
models.py docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00