diff options
Diffstat (limited to 'docs/ref/contrib/gis')
| -rw-r--r-- | docs/ref/contrib/gis/gdal.txt | 6 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 8 |
2 files changed, 0 insertions, 14 deletions
diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt index f0bb719ca0..15bfc6641f 100644 --- a/docs/ref/contrib/gis/gdal.txt +++ b/docs/ref/contrib/gis/gdal.txt @@ -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. diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 1725f3bd5c..d6d477fb9c 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -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`` |
