Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.

This commit is contained in:
krishbharadwaj 2016-04-17 00:10:05 +05:30 committed by Tim Graham
parent a3265af808
commit e494b9ffb6
4 changed files with 38 additions and 0 deletions

View file

@ -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

View file

@ -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
------------------------------------------