summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-04-20 12:58:24 -0400
committerTim Graham <timograham@gmail.com>2017-04-20 12:58:24 -0400
commit8b767986bacaf55ed8d87ca1228002e8a6c259c6 (patch)
treea8cdff8865f234bbb7d73a3e54e5668e797e7a76
parentd2cb7a2bc11f111be04a29b5e4f92a183b18ba88 (diff)
Refs #28091 -- Forwardported 1.11.1 release note.
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index 1f475ee736..f29e23785f 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -42,3 +42,6 @@ Bugfixes
``ModelAdmin.radio_fields`` with ``admin.HORIZONTAL`` (:ticket:`28059`).
* Fixed crash in ``BaseGeometryWidget.subwidgets()`` (:ticket:`28039`).
+
+* Fixed exception reraising in ORM query execution when ``cursor.execute()``
+ fails and the subsequent ``cursor.close()`` also fails (:ticket:`28091`).