zulip/analytics
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
..
lib analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
management analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
migrations analytics/models.py: Add subgroup column to unique_together constraints. 2016-11-01 16:53:56 -07:00
tests analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
urls.py Add /stats page with basic stats graph. 2016-12-29 14:20:13 -08:00
views.py analytics/views: Fix query in get_messages_sent_to_realm. 2017-01-08 17:24:51 -08:00