summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-06-11 08:33:09 -0400
committerGitHub <noreply@github.com>2018-06-11 08:33:09 -0400
commit860903b261517442098bdf14e44f4fd4ae20aeb9 (patch)
tree42c45785429785f65b77a87394d2ee33be0fe71f /docs
parente8531cc89c878b6a8867498dab266917fef2bff4 (diff)
Dropped support for GDAL 1.9 and 1.10.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/install/geolibs.txt4
-rw-r--r--docs/releases/2.2.txt2
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt
index 7800f1ab62..f483052e47 100644
--- a/docs/ref/contrib/gis/install/geolibs.txt
+++ b/docs/ref/contrib/gis/install/geolibs.txt
@@ -10,7 +10,7 @@ Program Description Required
======================== ==================================== ================================ ===================================
:doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.6, 3.5, 3.4
`PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 4.9, 4.8, 4.7, 4.6, 4.5, 4.4
-:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 2.2, 2.1, 2.0, 1.11, 1.10, 1.9
+:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 2.2, 2.1, 2.0, 1.11
:doc:`GeoIP <../geoip2>` IP-based geolocation library No 2
`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 2.4, 2.3, 2.2, 2.1
`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.3, 4.2, 4.1
@@ -24,8 +24,6 @@ totally fine with GeoDjango. Your mileage may vary.
GEOS 3.4.0 2013-08-11
GEOS 3.5.0 2015-08-15
GEOS 3.6.0 2016-10-25
- GDAL 1.9.0 2012-01-03
- GDAL 1.10.0 2013-04-29
GDAL 1.11.0 2014-04-25
GDAL 2.0.0 2015-06
GDAL 2.1.0 2016-04
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt
index 2f865c16ce..3e51e3c536 100644
--- a/docs/releases/2.2.txt
+++ b/docs/releases/2.2.txt
@@ -207,7 +207,7 @@ Database backend API
:mod:`django.contrib.gis`
-------------------------
-* ...
+* Support for GDAL 1.9 and 1.10 is dropped.
Miscellaneous
-------------