diff options
| author | Claude Paroz <claude@2xlibre.net> | 2020-05-08 11:28:52 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-12 09:06:06 +0200 |
| commit | 58f1b07e49a98bb391c9e38b91f078ab2c302703 (patch) | |
| tree | c97c666c8e18fa7653902f3fef66e5d2eb9c8319 /docs | |
| parent | 0668164b4ac93a5be79f5b87fae83c657124d9ab (diff) | |
Fixed #30678 -- Added support for GDAL 3.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 5 | ||||
| -rw-r--r-- | docs/releases/3.1.txt | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index b0878a9e4c..ee60ee3fbd 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -9,8 +9,8 @@ geospatial libraries: Program Description Required Supported Versions ======================== ==================================== ================================ =================================== :doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.7, 3.6, 3.5 -`PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 5.2, 5.1, 5.0, 4.x -:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 2.4, 2.3, 2.2, 2.1, 2.0 +`PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 6.3, 6.2, 6.1, 6.0, 5.x, 4.x +:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 3.0, 2.4, 2.3, 2.2, 2.1, 2.0 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 `PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.0, 2.5, 2.4, 2.3, 2.2 `SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.3 @@ -29,6 +29,7 @@ totally fine with GeoDjango. Your mileage may vary. GDAL 2.2.0 2017-05 GDAL 2.3.0 2018-05 GDAL 2.4.0 2018-12 + GDAL 3.0.0 2019-05 PostGIS 2.2.0 2015-10-17 PostGIS 2.3.0 2016-09-26 PostGIS 2.4.0 2017-09-30 diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 2d9ae7ed4c..7a446c68d8 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -145,7 +145,7 @@ Minor features * Added the :class:`~django.contrib.gis.db.models.functions.AsWKB` and :class:`~django.contrib.gis.db.models.functions.AsWKT` functions. -* Added support for PostGIS 3. +* Added support for PostGIS 3 and GDAL 3. :mod:`django.contrib.humanize` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
