diff options
| author | Leo <86375512+select-case@users.noreply.github.com> | 2023-01-11 23:00:10 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-13 12:31:41 +0100 |
| commit | 5da5f3773ec281a027f99c9b56add47d076650b5 (patch) | |
| tree | 390c95297340c369be2d1dd264e7943e12ef3d6f /docs | |
| parent | c2118d72d61746f2462fca695dbf3adf44ebf8f7 (diff) | |
Fixed #34234 -- Dropped support for PROJ 4.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 | ||||
| -rw-r--r-- | docs/releases/4.2.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 2e48bcf74f..ad8aff846e 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -9,7 +9,7 @@ geospatial libraries: Program Description Required Supported Versions ======================== ==================================== ================================ ================================================ :doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.11, 3.10, 3.9, 3.8, 3.7, 3.6 -`PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 9.x, 8.x, 7.x, 6.x, 5.x, 4.x +`PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 9.x, 8.x, 7.x, 6.x, 5.x :doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 3.6, 3.5, 3.4, 3.3, 3.2, 3.1, 3.0, 2.4, 2.3, 2.2 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 `PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.3, 3.2, 3.1, 3.0, 2.5 @@ -48,7 +48,6 @@ totally fine with GeoDjango. Your mileage may vary. PROJ 7.0.0 2020-02-25 PROJ 6.0.0 2019-02-26 PROJ 5.0.0 2018-03-01 - PROJ 4.9.0 2014-09-14 SpatiaLite 4.3.0 2015-09-07 SpatiaLite 5.0.0 2020-08-23 diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index c3b939bf8b..91684301a5 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -549,6 +549,8 @@ Miscellaneous object for ``wsgi.input``. Previously, Django was more lax than the expected behavior as specified by the WSGI specification. +* Support for ``PROJ`` < 5 is removed. + .. _deprecated-features-4.2: Features deprecated in 4.2 |
