diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-20 11:36:40 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-20 11:40:20 -0400 |
| commit | 5e2bbcd70c9b0213bfda31b90e4b1c35815880e9 (patch) | |
| tree | acfc13936a1bf478d64fe3869d1a16e0f37abc87 /docs | |
| parent | 0d9e7e9a262644d9f89d9d3a7c443be0e88c2188 (diff) | |
[1.11.x] Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().
Backport of d2cb7a2bc11f111be04a29b5e4f92a183b18ba88 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt index 53c43443aa..1f475ee736 100644 --- a/docs/releases/1.11.1.txt +++ b/docs/releases/1.11.1.txt @@ -40,3 +40,5 @@ Bugfixes * Restored the output of the ``class`` attribute in the ``<ul>`` of widgets that use the ``multiple_input.html`` template. This fixes ``ModelAdmin.radio_fields`` with ``admin.HORIZONTAL`` (:ticket:`28059`). + +* Fixed crash in ``BaseGeometryWidget.subwidgets()`` (:ticket:`28039`). |
