Refs #28091 -- Forwardported 1.11.1 release note.

This commit is contained in:
Tim Graham 2017-04-20 12:58:24 -04:00
parent d2cb7a2bc1
commit 8b767986ba
1 changed files with 3 additions and 0 deletions

View File

@ -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`).