mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25665 -- Deprecated getter/setter of Point.tuple.
This commit is contained in:
committed by
Tim Graham
parent
7803f429a4
commit
7a452c5ce2
@@ -339,6 +339,10 @@ This prevents confusion about an assignment resulting in an implicit save.
|
||||
``set_z()`` methods of :class:`~django.contrib.gis.geos.Point` are deprecated
|
||||
in favor of the ``x``, ``y``, and ``z`` properties.
|
||||
|
||||
* The ``get_coords()`` and ``set_coords()`` methods of
|
||||
:class:`~django.contrib.gis.geos.Point` are deprecated in favor of the
|
||||
``tuple`` property.
|
||||
|
||||
Miscellaneous
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user