diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-20 11:36:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-20 11:36:40 -0400 |
| commit | d2cb7a2bc11f111be04a29b5e4f92a183b18ba88 (patch) | |
| tree | 041ae42efc9fb8056c4d0b2aecb975a454a29b99 /docs | |
| parent | 6d7cbe67f0a91ce3c576b41dc5650e1e4cdbd4e2 (diff) | |
Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().
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`). |
