Refs #25665 -- Deprecated getters/setters of Point coordinate properties.

This commit is contained in:
Sergey Fedoseev 2015-11-05 08:45:42 +05:00 committed by Tim Graham
parent b7177cc2a4
commit 7803f429a4
4 changed files with 79 additions and 20 deletions

View file

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