diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-30 14:13:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-30 14:13:18 -0400 |
| commit | fd866c25d1665b73aff0d8312c414ae6f69812a3 (patch) | |
| tree | 5c28a8edf7525a84cfdb037c70a0a55065b05c4f /docs | |
| parent | dd82f3327124fd2762cf6df2ac8c6380772bf127 (diff) | |
Fixed #28654 -- Dropped support for SpatiaLite 4.0.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 | ||||
| -rw-r--r-- | docs/releases/2.1.txt | 5 |
3 files changed, 7 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 064f40f11a..1cf6904785 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -13,7 +13,7 @@ Program Description Required :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 -`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.3, 4.2, 4.1, 4.0 +`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.3, 4.2, 4.1 ======================== ==================================== ================================ =================================== Note that older or more recent versions of these libraries *may* also work @@ -32,7 +32,6 @@ 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 - SpatiaLite 4.0.0 2012-11-25 SpatiaLite 4.1.0 2013-06-04 SpatiaLite 4.2.0 2014-07-25 SpatiaLite 4.3.0 2015-09-07 diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 9872f25602..78d3cd6723 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -61,7 +61,7 @@ Database Library Requirements Supported Versions Notes PostgreSQL GEOS, GDAL, PROJ.4, PostGIS 9.4+ Requires PostGIS. MySQL GEOS, GDAL 5.6+ Not OGC-compliant; :ref:`limited functionality <mysql-spatial-limitations>`. Oracle GEOS, GDAL 12.1+ XE not supported. -SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.6.+ Requires SpatiaLite 4.0+ +SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.6.+ Requires SpatiaLite 4.1+ ================== ============================== ================== ========================================= See also `this comparison matrix`__ on the OSGeo Wiki for diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index fa4b407d9a..6a451bdd50 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -200,6 +200,11 @@ Database backend API * ... +:mod:`django.contrib.gis` +------------------------- + +* Support for SpatiaLite 4.0 is removed. + Dropped support for MySQL 5.5 ----------------------------- |
