summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-03-04 15:24:01 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-03-11 14:48:54 +0100
commit3bdc7a6a70bb030324fdebe9b1dce1fa5358f0c6 (patch)
treed7ac1dca8ee895b56955eef25b3b7131080df4e1 /docs
parentba5138b1c0253fcf390b7509ad7b954117b3be88 (diff)
Deprecated transaction.is_managed().
It's synchronized with the autocommit flag.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index a81b16278f..1c8618713a 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -351,6 +351,7 @@ these changes.
* The following private APIs will be removed:
- ``django.db.close_connection()``
- ``django.db.backends.creation.BaseDatabaseCreation.set_autocommit()``
+ - ``django.db.transaction.is_managed()``
- ``django.db.transaction.managed()``
- ``django.db.transaction.commit_unless_managed()``
- ``django.db.transaction.rollback_unless_managed()``