zulip/analytics/management
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
..
commands analytics: Fix FillState.last_modified not being updated. 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