diff options
| author | Tim Graham <timograham@gmail.com> | 2016-01-27 09:25:49 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-28 18:02:10 -0500 |
| commit | efd855481581b5758d866a009bbd1074e74869b4 (patch) | |
| tree | 60494dcfd68c53185ad3fd448f5674e87e8ade0c /docs | |
| parent | 61452616baca63fa58efbb5991f65ba362eccbe2 (diff) | |
[1.9.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.
Backport of 19d1cb14519186902d7e27813bf2643fe3f7cfa3 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.9.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.9.2.txt | 3 |
2 files changed, 6 insertions, 0 deletions
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`). |
