Skip to content
This repository has been archived by the owner. It is now read-only.

Commit after update #2

Merged
merged 2 commits into from Apr 28, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -5,7 +5,7 @@

import itertools

from django.db import connections, models
from django.db import connections, models, transaction
from django.db.models.query import QuerySet


@@ -139,3 +139,4 @@ 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)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.