summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2018-02-06 11:51:41 +0100
committerTim Graham <timograham@gmail.com>2018-04-02 10:31:39 -0400
commit357a48368a0102d88675da601bf2fa59098eef01 (patch)
treeee4299156856be1191d5ac769251d2f73115bc9c /docs
parentddc13926e1fbd8ff0a94e328e2ed4f515e00d83e (diff)
[2.0.x] Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget map's SRID.
Regression in 6ecccad711b52f9273b1acb07a57d3f806e93928. Backport of 2a2ed0e70a93bfd1a3d41af40870fe963dc2687d from master
Diffstat (limited to 'docs')
-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`).