how to update a field in a model instance django code example Example: django update model Model.objects.filter(id = 223).update(field1 = 2)