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

This commit is contained in:
Tim Graham 2016-12-31 09:36:46 -05:00
parent a0149848f7
commit 19d8e64ac3
3 changed files with 3 additions and 52 deletions

View file

@ -327,3 +327,6 @@ these features.
* The ``get_srid()`` and ``set_srid()`` methods of
``django.contrib.gis.geos.GEOSGeometry`` are removed.
* The ``get_x()``, ``set_x()``, ``get_y()``, ``set_y()``, ``get_z()``, and
``set_z()`` methods of ``django.contrib.gis.geos.Point`` are removed.