Files
edx-platform/common/djangoapps/util
Jhony Avella 95a6abcd1f 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
2021-08-31 16:39:35 -04:00
..
2021-03-22 16:07:06 +05:00
2019-12-30 10:35:30 -05:00
2021-02-02 18:36:39 +05:00