zulip/zilencer/migrations
Tim Abbott 8e7ce7cc79 python: Sort migrations/management command imports with isort.
This is a preparatory commit for using isort for sorting all of our
imports, merging changes to files where we can easily review the
changes as something we're happy with.

These are also files with relatively little active development, which
means we don't expect much merge conflict risk from these changes.
2020-01-14 13:07:47 -08:00
..
0001_initial.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0002_remote_zulip_server.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0003_add_default_for_remotezulipserver_last_updated_field.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0004_remove_deployment_model.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0005_remotepushdevicetoken_fix_uniqueness.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0006_customer.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0007_remotezulipserver_fix_uniqueness.py zilencer: Remove uniqueness constraint on RemoteZulipServer.hostname. 2018-05-03 12:50:29 -07:00
0008_customer_billing_user.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0009_plan.py billing: Update billing system. 2018-07-09 14:33:07 +05:30
0010_billingprocessor.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0011_customer_has_billing_relationship.py billing: Require successful charge to establish billing relationship. 2018-08-13 20:24:08 -07:00
0012_coupon.py billing: Add coupons. 2018-08-24 17:27:26 -07:00
0013_remove_customer_billing_user.py billing: Remove Customer.billing_user. 2018-08-27 12:35:46 -07:00
0014_cleanup_pushdevicetoken.py notifications: Fix push notifications with multiple realms. 2018-10-10 16:15:52 -07:00
0015_delete_billing.py models: Move billing models from zilencer to corporate. 2018-10-11 14:54:29 -07:00
0016_remote_counts.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
0017_installationcount_indexes.py zilencer: Add indexes for remotecount models. 2019-04-23 13:52:02 -07:00
0018_remoterealmauditlog.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
__init__.py