diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-20 12:58:24 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-20 12:58:24 -0400 |
| commit | 8b767986bacaf55ed8d87ca1228002e8a6c259c6 (patch) | |
| tree | a8cdff8865f234bbb7d73a3e54e5668e797e7a76 | |
| parent | d2cb7a2bc11f111be04a29b5e4f92a183b18ba88 (diff) | |
Refs #28091 -- Forwardported 1.11.1 release note.
| -rw-r--r-- | docs/releases/1.11.1.txt | 3 |
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`). |
