mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08: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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| counts.py | ||
| time_utils.py | ||