From 789b07544798a9c83d0b74dce7c33fcd8d929a7d Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 19 Sep 2024 17:15:22 +0100 Subject: Fixed #35774 -- Dropped support for GEOS 3.8. GEOS 3.8 (released Oct-2019) will be more than 5 years old when Django 6.1 is released (Aug-2026). --- docs/ref/contrib/gis/geos.txt | 2 +- docs/ref/contrib/gis/install/geolibs.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 85601a8685..c107e68262 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -712,7 +712,7 @@ Other Properties & Methods the input vertices. If the geometry is already valid, it is returned untouched. This is similar to the :class:`~django.contrib.gis.db.models.functions.MakeValid` database - function. Requires GEOS 3.8. + function. .. method:: GEOSGeometry.normalize(clone=False) diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 37b4a942f8..6619bdcc97 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -13,7 +13,7 @@ geospatial libraries: ============================== ==================================== ================================ ======================================================= Program Description Required Supported Versions ============================== ==================================== ================================ ======================================================= -:ref:`GEOS ` Geometry Engine Open Source Yes 3.14, 3.13, 3.12, 3.11, 3.10, 3.9, 3.8 +:ref:`GEOS ` Geometry Engine Open Source Yes 3.14, 3.13, 3.12, 3.11, 3.10, 3.9 `PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 9.x, 8.x, 7.x, 6.x :ref:`GDAL ` Geospatial Data Abstraction Library Yes 3.11, 3.10, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 :ref:`GeoIP ` IP-based geolocation library No 2 @@ -26,7 +26,6 @@ totally fine with GeoDjango. Your mileage may vary. .. Libs release dates: - GEOS 3.8.0 2019-10-10 GEOS 3.9.0 2020-12-14 GEOS 3.10.0 2021-10-20 GEOS 3.11.0 2022-07-01 -- cgit v1.3