zulip/analytics/management/commands
Rishi Gupta 552d626ef2 analytics: Fix FillState.last_modified not being updated.
We were updating FillState with FillState.objects.filter(..).update(..),
which does not update the last_modified field (which has auto_now=True).
The correct incantation is the save() method of the actual FillState
object.
2017-01-08 23:36:34 -08:00
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
active_user_stats.py Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
active_user_stats_by_day.py Django 1.10: Use add_argument for options in BaseCommand. 2016-11-04 10:20:23 -07:00
analyze_mit.py lint: Fix E127 pep8 violations. 2016-12-01 10:23:55 -08:00
analyze_user_activity.py Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
clear_analytics_tables.py analytics: Add lib/ function to drop all analytics tables. 2017-01-08 17:24:51 -08:00
client_activity.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
realm_stats.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
stream_stats.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
update_analytics_counts.py analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
user_stats.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00