zulip/analytics
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
..
lib python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
management migrations: Subscription.is_user_active denormalization - step one. 2021-03-30 09:19:03 -07:00
migrations python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tests refactor: Make acting_user a mandatory kwarg for do_deactivate_user. 2021-03-29 15:51:45 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
urls.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
views.py analytics: Stop overriding debug_mode. 2021-03-26 09:41:12 -07:00