Refs #28091 -- Forwardported 1.11.1 release note.
This commit is contained in:
parent
d2cb7a2bc1
commit
8b767986ba
|
@ -42,3 +42,6 @@ Bugfixes
|
||||||
``ModelAdmin.radio_fields`` with ``admin.HORIZONTAL`` (:ticket:`28059`).
|
``ModelAdmin.radio_fields`` with ``admin.HORIZONTAL`` (:ticket:`28059`).
|
||||||
|
|
||||||
* Fixed crash in ``BaseGeometryWidget.subwidgets()`` (:ticket:`28039`).
|
* 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`).
|
||||||
|
|
Loading…
Reference in New Issue