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

Fixed #35049 -- Dropped support for GDAL 2.4.

This commit is contained in:
David Smith
2023-12-20 18:05:40 +00:00
committed by Mariusz Felisiak
parent fa1d0b11e4
commit c709a748ce
6 changed files with 12 additions and 30 deletions

View File

@@ -273,6 +273,8 @@ backends.
* Support for PROJ < 6 is removed.
* Support for GDAL 2.4 is removed.
Dropped support for MariaDB 10.4
--------------------------------