diff --git a/bulk_update/helper.py b/bulk_update/helper.py index 4a7f163..5e51990 100644 --- a/bulk_update/helper.py +++ b/bulk_update/helper.py @@ -146,4 +146,3 @@ def bulk_update(objs, meta=None, update_fields=None, exclude_fields=None, del values, pks connection.cursor().execute(sql, parameters) - transaction.commit_unless_managed(using=using)