mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Refs #36623 -- Confirmed support for PostGIS 3.6.
Some checks failed
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
Docs / spelling (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Docs / lint-docs (push) Has been cancelled
Some checks failed
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
Docs / spelling (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Docs / lint-docs (push) Has been cancelled
This commit is contained in:
parent
5bd775703c
commit
6e3287408e
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ Program Description Required
|
||||||
`PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 9.x, 8.x, 7.x, 6.x
|
`PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 9.x, 8.x, 7.x, 6.x
|
||||||
:ref:`GDAL <gdal-overview>` Geospatial Data Abstraction Library Yes 3.11, 3.10, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1
|
:ref:`GDAL <gdal-overview>` Geospatial Data Abstraction Library Yes 3.11, 3.10, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1
|
||||||
:ref:`GeoIP <geoip2-overview>` IP-based geolocation library No 2
|
:ref:`GeoIP <geoip2-overview>` IP-based geolocation library No 2
|
||||||
`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.5, 3.4, 3.3, 3.2
|
`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.6, 3.5, 3.4, 3.3, 3.2
|
||||||
`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 5.1, 5.0, 4.3
|
`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 5.1, 5.0, 4.3
|
||||||
============================== ==================================== ================================ =======================================================
|
============================== ==================================== ================================ =======================================================
|
||||||
|
|
||||||
|
|
@ -48,6 +48,7 @@ totally fine with GeoDjango. Your mileage may vary.
|
||||||
PostGIS 3.3.0 2022-08-27
|
PostGIS 3.3.0 2022-08-27
|
||||||
PostGIS 3.4.0 2023-08-15
|
PostGIS 3.4.0 2023-08-15
|
||||||
PostGIS 3.5.0 2024-09-25
|
PostGIS 3.5.0 2024-09-25
|
||||||
|
PostGIS 3.6.0 2025-09-02
|
||||||
PROJ 9.0.0 2022-03-01
|
PROJ 9.0.0 2022-03-01
|
||||||
PROJ 8.0.0 2021-03-01
|
PROJ 8.0.0 2021-03-01
|
||||||
PROJ 8.0.0 2021-03-01
|
PROJ 8.0.0 2021-03-01
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue