summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/2.0.4.txt')
-rw-r--r--docs/releases/2.0.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.4.txt b/docs/releases/2.0.4.txt
index 08bd05eb4b..ea1208562d 100644
--- a/docs/releases/2.0.4.txt
+++ b/docs/releases/2.0.4.txt
@@ -29,3 +29,6 @@ Bugfixes
* Fixed a regression in Django 1.11 where an empty choice could be initially
selected for the ``SelectMultiple`` and ``CheckboxSelectMultiple`` widgets
(:ticket:`29273`).
+
+* Fixed a regression in Django 2.0 where ``OpenLayersWidget`` deserialization
+ ignored the widget map's SRID and assumed 4326 (WGS84) (:ticket:`29116`).