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

Refs #32230 -- Made LayerMapping support pathlib.Path.

This commit is contained in:
Mariusz Felisiak
2020-11-28 07:28:03 +01:00
parent b37be072a2
commit 931c6e982c
4 changed files with 22 additions and 9 deletions

View File

@@ -117,6 +117,9 @@ Minor features
* The :class:`~django.contrib.gis.gdal.DataSource` class now supports
:class:`pathlib.Path`.
* The :class:`~django.contrib.gis.utils.LayerMapping` class now supports
:class:`pathlib.Path`.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~