summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2024-09-19 17:15:22 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-11-22 12:20:00 +0100
commit789b07544798a9c83d0b74dce7c33fcd8d929a7d (patch)
treecde5f659d6e5ffd4a9e7b01148c58036a52322cc /docs
parente3038897992d1c47f70ffb84ec1109b8d6a68bb9 (diff)
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).
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geos.txt2
-rw-r--r--docs/ref/contrib/gis/install/geolibs.txt3
-rw-r--r--docs/releases/6.1.txt2
3 files changed, 4 insertions, 3 deletions
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 <geos-overview>` Geometry Engine Open Source Yes 3.14, 3.13, 3.12, 3.11, 3.10, 3.9, 3.8
+:ref:`GEOS <geos-overview>` 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 <gdal-overview>` 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 <geoip2-overview>` 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
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index ed1855cac9..ae588a3fdb 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -338,6 +338,8 @@ backends.
* Support for PostGIS 3.1 is removed.
+* Support for GEOS 3.8 is removed.
+
:mod:`django.contrib.postgres`
------------------------------