1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #35776 -- Dropped support for GDAL 3.0.

This commit is contained in:
David Smith
2024-09-19 13:41:28 +01:00
committed by Sarah Boyce
parent 92f860e3f4
commit 1857b6663b
3 changed files with 6 additions and 7 deletions

View File

@@ -309,6 +309,8 @@ backends.
* Support for PostGIS 3.0 is removed.
* Support for GDAL 3.0 is removed.
Dropped support for PostgreSQL 13
---------------------------------