zulip/zerver/views/development
Mateusz Mandera f329878376 migrations: Subscription.is_user_active denormalization - step one.
This adds the is_user_active with the appropriate code for setting the
value correctly in the future. In the following commit a migration to
backfill the value for existing Subscriptions will be added.

To ensure correct user_profile.is_active handling also in tests, we
replace all direct .is_active mutation with calls to appropriate
functions.
2021-03-30 09:19:03 -07:00
..
__init__.py
cache.py puppeteer_tests: Use POST for flush_caches call. 2021-03-25 12:58:36 -07:00
email_log.py migrations: Subscription.is_user_active denormalization - step one. 2021-03-30 09:19:03 -07:00
integrations.py dev_panel: Use correct content helper for portico pages. 2021-03-26 09:40:40 -07:00
registration.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00