mirror of
https://github.com/django/django.git
synced 2025-10-02 23:04:53 +00:00
Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.
This commit is contained in:
parent
a3265af808
commit
e494b9ffb6
4 changed files with 38 additions and 0 deletions
|
@ -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
|
||||
------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue