zulip/analytics/tests
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
test_counts.py analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
test_views.py analytics: Move time_range from views.py to lib/time_utils.py 2017-01-08 17:24:51 -08:00