zulip/analytics/lib
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 Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
counts.py analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
time_utils.py analytics: Fix uses of 'interval' in arguments and variable names. 2017-01-08 17:24:51 -08:00