diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-12 20:27:08 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-12 20:31:07 +0100 |
| commit | fbe1abac4af3a7fc138bd176471e36acb1070a58 (patch) | |
| tree | 10c799bcf5be0f12b2fa4d97eb0efe11ef3b6480 /docs | |
| parent | c726598c3da5320df88a10fc407f8df6874589b1 (diff) | |
Fixed #21453 -- Enabled autocommit before calling init_connection_state.
Also ensured the transaction state is clean on Oracle while I was there.
This change cannot be backported to 1.6 because it's
backwards-incompatible for custom database backends.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index fdbf63526e..671b5878b9 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -899,6 +899,11 @@ Miscellaneous * GeoDjango dropped support for GEOS < 3.1. +* The ``init_connection_state`` method of database backends now executes in + autocommit mode (unless you set :setting:`AUTOCOMMIT <DATABASE-AUTOCOMMIT>` + to ``False``). If you maintain a custom database backend, you should check + that method. + Features deprecated in 1.7 ========================== |
