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 21:13:50 -0400
commitb1aea89dee4598857aaa3847f996e7cd03316a10 (patch)
treef1e35df043673e8bd694456332c904eb1c6d2769 /docs
parenta2975cb083a01012eb0cb997f0f5b7c2263cfbba (diff)
[1.11.x] Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overriding existing attrs.
Backport of 75aeebebfe3df3ea46b8e12dd5e7719f98664d3a from master
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`).