mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
This commit is contained in:
@@ -181,8 +181,6 @@ class BaseDatabaseWrapper(object):
|
||||
"""
|
||||
if self.transaction_state:
|
||||
return self.transaction_state[-1]
|
||||
# Note that this setting isn't documented, and is only used here, and
|
||||
# in enter_transaction_management()
|
||||
return settings.TRANSACTIONS_MANAGED
|
||||
|
||||
def managed(self, flag=True):
|
||||
|
||||
Reference in New Issue
Block a user