diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2020-01-20 00:01:08 +0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-14 13:19:59 +0200 |
| commit | b9e2355eb07938829a1a31ed7b60e5f72d4b92e3 (patch) | |
| tree | 00f84e6c2f02b35fc89efd8558428b827d83d785 /docs | |
| parent | a6b4c07b6ee1516e22ad2e512218e256b14bd15d (diff) | |
Fixed #31196 -- Added support for PostGIS 3.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/functions.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 | ||||
| -rw-r--r-- | docs/releases/3.1.txt | 5 |
3 files changed, 11 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index 347b22b3e2..b9507139f2 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -144,6 +144,10 @@ Keyword Argument Description __ https://developers.google.com/kml/documentation/ +.. versionchanged:: 3.1 + + The undocumented ``version`` parameter was removed. + ``AsSVG`` ========= diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 8f63139e60..b0878a9e4c 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) 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 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 -`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 2.5, 2.4, 2.3, 2.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 ======================== ==================================== ================================ =================================== @@ -33,6 +33,7 @@ totally fine with GeoDjango. Your mileage may vary. PostGIS 2.3.0 2016-09-26 PostGIS 2.4.0 2017-09-30 PostGIS 2.5.0 2018-09-23 + PostGIS 3.0.0 2019-10-20 SpatiaLite 4.3.0 2015-09-07 .. note:: diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 85f4ca2d99..07f316a701 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -116,6 +116,8 @@ 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. + :mod:`django.contrib.humanize` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -629,6 +631,9 @@ Miscellaneous argument to be a string or bytes. Other types should be explicitly cast to one of these. +* The undocumented ``version`` parameter to the + :class:`~django.contrib.gis.db.models.functions.AsKML` function is removed. + .. _deprecated-features-3.1: Features deprecated in 3.1 |
