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

Fixed #35048 -- Dropped support for PROJ 5.x.

This commit is contained in:
David Smith
2023-12-20 18:15:10 +00:00
committed by Mariusz Felisiak
parent d4c583682e
commit fa1d0b11e4
2 changed files with 4 additions and 4 deletions

View File

@@ -271,6 +271,8 @@ backends.
* Support for PostGIS 2.5 is removed.
* Support for PROJ < 6 is removed.
Dropped support for MariaDB 10.4
--------------------------------