mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #25665 -- Removed deprecated getters/setters of Point coordinate properties.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user