mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #32230 -- Made DataSource support pathlib.Path.
This commit is contained in:
parent
3828879eee
commit
b37be072a2
5 changed files with 16 additions and 2 deletions
|
@ -114,6 +114,9 @@ Minor features
|
|||
* The :meth:`.GDALRaster.transform` method now supports
|
||||
:class:`~django.contrib.gis.gdal.SpatialReference`.
|
||||
|
||||
* The :class:`~django.contrib.gis.gdal.DataSource` class now supports
|
||||
:class:`pathlib.Path`.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue