From efd855481581b5758d866a009bbd1074e74869b4 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 27 Jan 2016 09:25:49 -0500 Subject: [1.9.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript. Backport of 19d1cb14519186902d7e27813bf2643fe3f7cfa3 from master --- docs/releases/1.8.9.txt | 3 +++ docs/releases/1.9.2.txt | 3 +++ 2 files changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.9.txt b/docs/releases/1.8.9.txt index 0009de0bdb..d1fabefbd3 100644 --- a/docs/releases/1.8.9.txt +++ b/docs/releases/1.8.9.txt @@ -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`). diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index be6eb56295..6535fff099 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -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`). -- cgit v1.3