diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-11-27 18:58:28 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-11-28 07:36:19 +0100 |
| commit | b37be072a27f3d4aaf22342a17afd0c24518ff8b (patch) | |
| tree | 2fa4752ae15a74d4394086069ceee4608dd21afe /docs/releases/3.2.txt | |
| parent | 3828879eee09da95bf99886c1ae182a36b1d89b3 (diff) | |
Fixed #32230 -- Made DataSource support pathlib.Path.
Diffstat (limited to 'docs/releases/3.2.txt')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 1209b357e2..206609422d 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
