mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #25665 -- Deprecated getter/setter of Point.tuple.
This commit is contained in:
parent
7803f429a4
commit
7a452c5ce2
4 changed files with 38 additions and 7 deletions
|
|
@ -118,6 +118,9 @@ details on these changes.
|
|||
* The ``get_x()``, ``set_x()``, ``get_y()``, ``set_y()``, ``get_z()``, and
|
||||
``set_z()`` methods of ``django.contrib.gis.geos.Point`` will be removed.
|
||||
|
||||
* The ``get_coords()`` and ``set_coords()`` 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