mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:06:16 +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.
2.1 KiB
2.1 KiB