mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Refs #25665 -- Deprecated getters/setters of Point coordinate properties.
This commit is contained in:
parent
b7177cc2a4
commit
7803f429a4
4 changed files with 79 additions and 20 deletions
|
|
@ -115,6 +115,9 @@ details on these changes.
|
|||
* The ``get_srid()`` and ``set_srid()`` methods of
|
||||
``django.contrib.gis.geos.GEOSGeometry`` will be removed.
|
||||
|
||||
* The ``get_x()``, ``set_x()``, ``get_y()``, ``set_y()``, ``get_z()``, and
|
||||
``set_z()`` methods of ``django.contrib.gis.geos.Point`` will be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.10:
|
||||
|
||||
1.10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue