zulip/zerver
Mohit Gupta f8d1e0f86a refactor: Rename convert to markdown_convert.
Prior to this commit whenever convert was imported from zerver.lib.markdown
it was aliased as markdown_convert for readability.
This commit rename convert function to markdown_convert so that it can be
directly import it without aliasing and without compromising readability.
2020-07-06 12:39:59 -07:00
..
data_import pointer: Remove pointer from UserProfile. 2020-07-03 13:08:40 +00:00
lib refactor: Rename convert to markdown_convert. 2020-07-06 12:39:59 -07:00
management queue: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
migrations pointer: Remove pointer from UserProfile. 2020-07-03 13:08:40 +00:00
openapi openapi: Disable arrow-body-style for javascript_examples.js. 2020-07-03 16:55:43 -07:00
templatetags refactor: Rename zerver.lib.bugdown to zerver.lib.markdown . 2020-06-26 17:08:37 -07:00
tests refactor: Rename convert to markdown_convert. 2020-07-06 12:39:59 -07:00
tornado event_queue: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
views registration: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
webhooks webhooks: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
worker queue_processors: Fix strict_optional errors. 2020-07-06 11:25:48 -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 decorator: Replace type: ignore with cast, avoid Any. 2020-06-30 18:58:23 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py emails: Add a custom header specifying the organization when possible. 2020-06-28 13:33:02 -07:00
logging_handlers.py logging_handlers: Fix type: ignore issues. 2020-06-30 18:58:23 -07:00
middleware.py refactor: Rename bugdown words to markdown in stats related functions. 2020-06-26 17:20:40 -07:00
models.py pointer: Remove pointer from UserProfile. 2020-07-03 13:08:40 +00:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00