mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #25665 -- Removed deprecated getters/setters of Point coordinate properties.
This commit is contained in:
parent
a0149848f7
commit
19d8e64ac3
3 changed files with 3 additions and 52 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue