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 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3