From 8b767986bacaf55ed8d87ca1228002e8a6c259c6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 20 Apr 2017 12:58:24 -0400 Subject: [PATCH] Refs #28091 -- Forwardported 1.11.1 release note. --- docs/releases/1.11.1.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt index 1f475ee7360..f29e23785f2 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`).