diff options
| author | Claude Paroz <claude@2xlibre.net> | 2018-02-06 11:51:41 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-02 10:20:00 -0400 |
| commit | 2a2ed0e70a93bfd1a3d41af40870fe963dc2687d (patch) | |
| tree | a23d1526aab1324798e431f78d9327c734a66a92 /docs/releases/2.0.4.txt | |
| parent | 09c6d0146178d83b6bd6cc8bb4162a5ae7c1c5f5 (diff) | |
Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget map's SRID.
Regression in 6ecccad711b52f9273b1acb07a57d3f806e93928.
Diffstat (limited to 'docs/releases/2.0.4.txt')
| -rw-r--r-- | docs/releases/2.0.4.txt | 3 |
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`). |
