diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 09:42:27 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:02 -0500 |
| commit | 997c9f709974ea79d9eb9e83eaf24e7bc0e7f9d4 (patch) | |
| tree | ef973e5c367bfa4ffff36d4075da9bf67bc5975f /docs | |
| parent | 19d8e64ac357271e708f6db377975ee85b7e4342 (diff) | |
Refs #25665 -- Removed deprecated getter/setter of Point.tuple.
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 59a6e1f805..6025e7de88 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -330,3 +330,6 @@ these features. * The ``get_x()``, ``set_x()``, ``get_y()``, ``set_y()``, ``get_z()``, and ``set_z()`` methods of ``django.contrib.gis.geos.Point`` are removed. + +* The ``get_coords()`` and ``set_coords()`` methods of + ``django.contrib.gis.geos.Point`` are removed. |
