mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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.