mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget map's SRID.
Regression in 6ecccad711
.
This commit is contained in:
parent
09c6d01461
commit
2a2ed0e70a
4 changed files with 34 additions and 9 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue