From c2b269df6e9221cbca21fc90e46ccaf8c7d608a2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 18 Apr 2014 10:32:14 -0400 Subject: [PATCH] Added some missing items to the 1.6.3 release notes. --- docs/releases/1.6.3.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt index c6adbcf09cd..12d1aee8fae 100644 --- a/docs/releases/1.6.3.txt +++ b/docs/releases/1.6.3.txt @@ -67,6 +67,16 @@ Other bugfixes and changes * Fixed :djadmin:`changepassword` on Windows (`#22364 `_). +* Avoided shadowing deadlock exceptions on MySQL + (`#22291 `_). + +* Wrapped database exceptions in ``_set_autocommit`` + (`#22321 `_). + +* Fixed atomicity when closing a database connection or when the database server + disconnects (`#21239 `_ and + `#21202 `_) + * Fixed regression in ``prefetch_related`` that caused the related objects query to include an unnecessary join (`#21760 `_).