zulip/analytics
Tim Abbott 9ac3e1099c analytics: Remove last_modified field from FillState.
This field wasn't used for anything, and I think it has very limited
use for debugging, since fundamentally, it'll almost always have a
value within the hour of the actual timestamp in FillState, and any
more fine-grained logging we might want would be available in the
analytics job's own logs.

The proximal reason to remove it is that apparently Django's
model_to_dict doesn't support auto_now fields, and that caused some
trouble when working on adding more complete import/export support for
analytics data.
2020-01-26 20:38:26 -08:00
..
lib analytics: Add realm argument to analytics. 2020-01-23 17:36:13 -08:00
management python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
migrations analytics: Remove last_modified field from FillState. 2020-01-26 20:38:26 -08:00
tests analytics: Add realm argument to analytics. 2020-01-23 17:36:13 -08:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics: Remove last_modified field from FillState. 2020-01-26 20:38:26 -08:00
urls.py activity: Create interface for doing support operations. 2019-03-11 12:01:11 -07:00
views.py support: Send confirmation email on realm activation. 2019-12-02 09:51:45 -08:00