diff options
Diffstat (limited to 'docs/topics/db/transactions.txt')
| -rw-r--r-- | docs/topics/db/transactions.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt index ad4e027ef5..618d0cc074 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -202,11 +202,6 @@ Django provides a single API to control database transactions. You may use ``atomic`` when autocommit is turned off. It will only use savepoints, even for the outermost block. - .. versionchanged:: 1.8.5 - - Previously the outermost atomic block couldn't be declared with - ``savepoint=False`` when autocommit was turned off. - .. admonition:: Performance considerations Open transactions have a performance cost for your database server. To |
