mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Deprecated transaction.is_managed().
It's synchronized with the autocommit flag.
This commit is contained in:
parent
ba5138b1c0
commit
3bdc7a6a70
7 changed files with 23 additions and 30 deletions
|
@ -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()``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue