1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed versionadded/changed annotations for 5.2.

This commit is contained in:
Jacob Walls
2025-09-05 13:49:08 -04:00
committed by nessita
parent 1db79d8acf
commit 00a84fc6f3
38 changed files with 0 additions and 310 deletions

View File

@@ -600,21 +600,15 @@ coordinate transformation:
.. attribute:: has_curve
.. versionadded:: 5.2
A boolean indicating if this geometry is or contains a curve geometry.
.. method:: get_linear_geometry
.. versionadded:: 5.2
Returns a linear version of the geometry. If no conversion can be made, the
original geometry is returned.
.. method:: get_curve_geometry
.. versionadded:: 5.2
Returns a curved version of the geometry. If no conversion can be made, the
original geometry is returned.

View File

@@ -205,10 +205,6 @@ MySQL ``MBRCoveredBy(poly, geom)``
SpatiaLite ``CoveredBy(poly, geom)``
========== =============================
.. versionchanged:: 5.2
MySQL support was added.
.. versionchanged:: 6.0
MariaDB 12.0.1+ support was added.
@@ -237,10 +233,6 @@ MySQL ``MBRCovers(poly, geom)``
SpatiaLite ``Covers(poly, geom)``
========== ==========================
.. versionchanged:: 5.2
MySQL support was added.
.. fieldlookup:: crosses
``crosses``