mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 23:43:38 +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.
4.4 KiB
4.4 KiB