summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Verheul <dylan@zostera.nl>2017-04-29 15:35:46 +0200
committerTim Graham <timograham@gmail.com>2017-04-30 20:19:12 -0400
commit75aeebebfe3df3ea46b8e12dd5e7719f98664d3a (patch)
tree4a70867e318909b82b182d89ed851a8b7036b3d0 /docs
parent1ebd295082bb0e6b230cf3bc39fd04bee71c2bd7 (diff)
Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overriding existing attrs.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index fd54a603a2..1d0b70f76b 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -66,3 +66,6 @@ Bugfixes
* Updated the ``contrib.postgres`` ``SplitArrayWidget`` to use template-based
widget rendering (:ticket:`28040`).
+
+* Fixed crash in ``BaseGeometryWidget.get_context()`` when overriding existing
+ ``attrs`` (:ticket:`28105`).