zulip/zerver
Anders Kaseorg e128f92ee1 migrations: Swap out deprecated JSONField import in-place.
A deprecated import shouldn’t be used even in a migration, since the
migration will need to remain runnable in the future.  We never needed
a migration for this switch anyway; we just needed to edit the old
migration, since no actual state changes are involved.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-03 21:46:05 -08:00
..
data_import import_util: Strengthen get_users type using a Protocol. 2021-02-15 17:05:28 -08:00
lib models: Rename is_new_member to is_provisional_member. 2021-03-02 17:19:31 -08:00
management python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
migrations migrations: Swap out deprecated JSONField import in-place. 2021-03-03 21:46:05 -08:00
openapi api docs: Fix claim that subject won't appear for PMs. 2021-03-01 20:35:13 -08:00
templatetags python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tests users: Give moderators same permissions as that of full members. 2021-03-02 17:19:31 -08:00
tornado missedmessage_hook: Fix inaccurate docstring. 2021-03-03 16:17:55 -08:00
views actions: Remove realm argument to internal_send_stream_message. 2021-02-23 15:26:47 -08:00
webhooks webhooks: Add support for more GitHub pull_request events. 2021-03-01 14:16:08 -08:00
worker invites: Delete old compat code in the invites queue worker. 2021-02-26 08:26:43 -08:00
__init__.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
decorator.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
logging_handlers.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
middleware.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
models.py users: Give moderators same permissions as that of full members. 2021-03-02 17:19:31 -08:00
signals.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00