Skip to content
Snippets Groups Projects
Unverified Commit 95a6abcd authored by Jhony Avella's avatar Jhony Avella Committed by GitHub
Browse files

revert: removing read_committed argument from outer_atomic function (#28161)

In the PR https://github.com/edx/edx-platform/pull/10659 the outer_atomic decorator/context manager was created to prevent nested atomic blocks. This method received a boolean parameter read_committed to enforce read-committed MySQL isolation level. From Django 2, the default isolation level Django sets is read-committed, so the aforementioned parameter for outer_atomic can be removed
parent 17492357
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment