diff options
| author | krishbharadwaj <krishna.bmsce@gmail.com> | 2016-04-17 00:10:05 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-16 16:47:04 -0400 |
| commit | e494b9ffb60215bb303e81049bd67e8aa36a504d (patch) | |
| tree | ee07f8e3c72ca6916cd3c3e1bd46a5fc1d0c119f /docs | |
| parent | a3265af808bdf8fb466545a64608ff42de30f40d (diff) | |
Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index a369767713..9b2304137d 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -158,6 +158,8 @@ details on these changes. * The ``javascript_catalog()`` and ``json_catalog()`` views will be removed. +* The ``django.contrib.gis.utils.precision_wkt()`` function will be removed. + .. _deprecation-removed-in-1.10: 1.10 diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 549bc765d0..37f7f65b80 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -796,6 +796,9 @@ wish to support earlier versions of Django. :class:`~django.contrib.gis.geos.MultiPolygon` is deprecated in favor of the :attr:`~django.contrib.gis.geos.GEOSGeometry.unary_union` property. +* The ``django.contrib.gis.utils.precision_wkt()`` function is deprecated in + favor of :class:`~django.contrib.gis.geos.WKTWriter`. + ``CommaSeparatedIntegerField`` model field ------------------------------------------ |
