mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #32230 -- Made LayerMapping support pathlib.Path.
This commit is contained in:
parent
b37be072a2
commit
931c6e982c
4 changed files with 22 additions and 9 deletions
|
@ -142,6 +142,10 @@ Keyword Arguments
|
|||
Default is ``'default'``.
|
||||
===================== =====================================================
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
|
||||
Support for :class:`pathlib.Path` ``data_source`` was added.
|
||||
|
||||
``save()`` Keyword Arguments
|
||||
----------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue