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

Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.

This commit is contained in:
Claude Paroz
2021-04-03 14:47:27 +02:00
committed by Mariusz Felisiak
parent c6859f1a68
commit e3cfba0029
6 changed files with 67 additions and 54 deletions

View File

@@ -9,4 +9,4 @@ Django 3.2.1 fixes several bugs in 3.2.0.
Bugfixes
========
* ...
* Corrected detection of GDAL 3.2 on Windows (:ticket:`32544`).