diff options
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 ========================== |
