From 7803f429a4d435623cb7b91dd324d3aadad87380 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Thu, 5 Nov 2015 08:45:42 +0500 Subject: Refs #25665 -- Deprecated getters/setters of Point coordinate properties. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index db2bf02af2..77ab15eb3c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -115,6 +115,9 @@ details on these changes. * The ``get_srid()`` and ``set_srid()`` methods of ``django.contrib.gis.geos.GEOSGeometry`` will be removed. +* The ``get_x()``, ``set_x()``, ``get_y()``, ``set_y()``, ``get_z()``, and + ``set_z()`` methods of ``django.contrib.gis.geos.Point`` will be removed. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3