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

Fixed #33866 -- Added pathlib.Path support to GDALRaster constructor.

This commit is contained in:
Claude Paroz
2022-07-25 18:33:25 +02:00
committed by Mariusz Felisiak
parent 36cd425943
commit 2d23a07817
4 changed files with 20 additions and 4 deletions

View File

@@ -57,6 +57,9 @@ Minor features
``id`` key for serialized features, which defaults to the primary key of
objects.
* The :class:`~django.contrib.gis.gdal.GDALRaster` class now supports
:class:`pathlib.Path`.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~