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

Removed transaction management after commit. #4

Merged
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Removed transaction management after commit.

This was placed here to support older versions of Django.
Due to Django's transaction model overhaul in v1.8 this is
no longer needed.
  • Loading branch information
Scott Griffin
Scott Griffin committed Feb 26, 2016
commit f5e33bce37a8ee43b727a59c18d000f5ef23271a
@@ -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)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.