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

Fixed #30678 -- Added support for GDAL 3.

This commit is contained in:
Claude Paroz
2020-05-08 11:28:52 +02:00
committed by Mariusz Felisiak
parent 0668164b4a
commit 58f1b07e49
11 changed files with 140 additions and 94 deletions

View File

@@ -145,7 +145,7 @@ Minor features
* Added the :class:`~django.contrib.gis.db.models.functions.AsWKB` and
:class:`~django.contrib.gis.db.models.functions.AsWKT` functions.
* Added support for PostGIS 3.
* Added support for PostGIS 3 and GDAL 3.
:mod:`django.contrib.humanize`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~