mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.
This commit is contained in:
committed by
Tim Graham
parent
a3265af808
commit
e494b9ffb6
@@ -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
|
||||
|
||||
@@ -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
|
||||
------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user