summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorkrishbharadwaj <krishna.bmsce@gmail.com>2016-04-17 00:10:05 +0530
committerTim Graham <timograham@gmail.com>2016-04-16 16:47:04 -0400
commite494b9ffb60215bb303e81049bd67e8aa36a504d (patch)
treeee07f8e3c72ca6916cd3c3e1bd46a5fc1d0c119f /docs/releases
parenta3265af808bdf8fb466545a64608ff42de30f40d (diff)
Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.10.txt3
1 files changed, 3 insertions, 0 deletions
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
------------------------------------------