mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.
This commit is contained in:
parent
5aa5328675
commit
19d1cb1451
4 changed files with 13 additions and 3 deletions
|
@ -34,3 +34,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 1.8.5 that broke copying a ``SimpleLazyObject``
|
||||
with ``copy.copy()`` (:ticket:`26122`).
|
||||
|
||||
* Fixed the ``contrib.gis`` map widgets when using
|
||||
``USE_THOUSAND_SEPARATOR=True`` (:ticket:`20415`).
|
||||
|
|
|
@ -88,3 +88,6 @@ Bugfixes
|
|||
|
||||
* Always included ``geometry_field`` in the GeoJSON serializer output regardless
|
||||
of the ``fields`` parameter (:ticket:`26138`).
|
||||
|
||||
* Fixed the ``contrib.gis`` map widgets when using
|
||||
``USE_THOUSAND_SEPARATOR=True`` (:ticket:`20415`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue