Files
edx-platform/common/djangoapps/util
Usman Khalid 781623205e Added a named outer_atomic option.
A named outer is suitable when dealing with IntegrityErrors. It only
checks that it is not nested under an atomic only if it is nested
under enable_outer_atomic(name=<name>). This way only the view which
is causing IntegrityErrors needs to have its automatic transaction
management disabled and other callers are not effected.
2016-06-16 14:18:21 +05:00
..
2016-06-16 14:18:21 +05:00
2015-11-10 15:00:19 -05:00
2016-06-16 14:18:21 +05:00
2015-11-10 15:00:19 -05:00
2016-02-17 09:22:27 -05:00