diff options
| author | Tim Graham <timograham@gmail.com> | 2018-01-04 17:20:41 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-01-04 17:53:09 -0500 |
| commit | 5bef73301471ededfe6ff4464196760b91c124c7 (patch) | |
| tree | 41610389b1423d86a8f38ab6c4b5eebc7b0dfe0f | |
| parent | 41b30a992ed42ab350e19198d6665dbf9843f8ba (diff) | |
[2.0.x] Confirmed support for PostGIS 2.4.
Backport of 5d5a2bd299c97f8e03d79380345ec8713d612f58 from master
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index d1a49e356a..cee26a85db 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -12,7 +12,7 @@ Program Description Required `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:`GeoIP <../geoip2>` IP-based geolocation library No 2 -`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 2.3, 2.2, 2.1 +`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, 4.0 ======================== ==================================== ================================ =================================== @@ -37,6 +37,7 @@ totally fine with GeoDjango. Your mileage may vary. PostGIS 2.1.0 2013-08-17 PostGIS 2.2.0 2015-10-17 PostGIS 2.3.0 2016-09-26 + PostGIS 2.4.0 2017-09-30 SpatiaLite 4.0.0 2012-11-25 SpatiaLite 4.1.0 2013-06-04 SpatiaLite 4.2.0 2014-07-25 |
