diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 09:36:46 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:02 -0500 |
| commit | 19d8e64ac357271e708f6db377975ee85b7e4342 (patch) | |
| tree | e2b824e838632bb2c8ebd082cf9395a69480c143 /docs | |
| parent | a0149848f7c068bc8507d3ec6f93cd2b7256098a (diff) | |
Refs #25665 -- Removed deprecated getters/setters of Point coordinate properties.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index c4e3a90d84..59a6e1f805 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -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. |
