Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.

This commit is contained in:
Tim Graham 2016-01-27 09:25:49 -05:00
parent 5aa5328675
commit 19d1cb1451
4 changed files with 13 additions and 3 deletions

View file

@ -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`).

View file

@ -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`).