From 2a2ed0e70a93bfd1a3d41af40870fe963dc2687d Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 6 Feb 2018 11:51:41 +0100 Subject: Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget map's SRID. Regression in 6ecccad711b52f9273b1acb07a57d3f806e93928. --- docs/releases/2.0.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3