From e494b9ffb60215bb303e81049bd67e8aa36a504d Mon Sep 17 00:00:00 2001 From: krishbharadwaj Date: Sun, 17 Apr 2016 00:10:05 +0530 Subject: Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function. --- docs/internals/deprecation.txt | 2 ++ docs/releases/1.10.txt | 3 +++ 2 files changed, 5 insertions(+) (limited to 'docs') 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 ------------------------------------------ -- cgit v1.3