From 7a452c5ce295679307bd81dd9b5f37b3cf762acf Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Thu, 5 Nov 2015 10:37:51 +0500 Subject: Fixed #25665 -- Deprecated getter/setter of Point.tuple. --- 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 77ab15eb3c..2b21b98179 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -118,6 +118,9 @@ details on these changes. * The ``get_x()``, ``set_x()``, ``get_y()``, ``set_y()``, ``get_z()``, and ``set_z()`` methods of ``django.contrib.gis.geos.Point`` will be removed. +* The ``get_coords()`` and ``set_coords()`` methods of + ``django.contrib.gis.geos.Point`` will be removed. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3