summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-18 10:32:14 -0400
committerTim Graham <timograham@gmail.com>2014-04-18 10:32:53 -0400
commit9e28bfb3240b6fc11384139616a9024db835ccda (patch)
tree08620dd65f3855f4c80a51d4d23bd33b9e460038 /docs
parent8e5ce99d83fe51c228f68212603abcf2d1af9ef2 (diff)
[1.6.x] Added some missing items to the 1.6.3 release notes.
Backport of c2b269df6e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.3.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt
index c6adbcf09c..12d1aee8fa 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 <https://code.djangoproject.com/ticket/22364>`_).
+* Avoided shadowing deadlock exceptions on MySQL
+ (`#22291 <https://code.djangoproject.com/ticket/22291>`_).
+
+* Wrapped database exceptions in ``_set_autocommit``
+ (`#22321 <https://code.djangoproject.com/ticket/22321>`_).
+
+* Fixed atomicity when closing a database connection or when the database server
+ disconnects (`#21239 <https://code.djangoproject.com/ticket/21239>`_ and
+ `#21202 <https://code.djangoproject.com/ticket/21202>`_)
+
* Fixed regression in ``prefetch_related`` that caused the related objects
query to include an unnecessary join
(`#21760 <https://code.djangoproject.com/ticket/21760>`_).