summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index 1f475ee736..e2f49a3c03 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -42,3 +42,7 @@ Bugfixes
``ModelAdmin.radio_fields`` with ``admin.HORIZONTAL`` (:ticket:`28059`).
* Fixed crash in ``BaseGeometryWidget.subwidgets()`` (:ticket:`28039`).
+
+* Re-raised the original exception when ``cursor.execute()`` fails and the
+ cleanup code ``cursor.close()`` fails as well, instead of raising the cleanup
+ code failure (:ticket:28091).