django model field that updates when other model updates code example Example: django update model Model.objects.filter(id = 223).update(field1 = 2)