mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and os.PathLike in migrations.
This commit is contained in:
parent
162765d6c3
commit
074844e947
4 changed files with 71 additions and 0 deletions
|
@ -200,6 +200,9 @@ Migrations
|
|||
filename fragment that will be used to name a migration containing only that
|
||||
operation.
|
||||
|
||||
* Migrations now support serialization of pure and concrete path objects from
|
||||
:mod:`pathlib`, and :class:`os.PathLike` instances.
|
||||
|
||||
Models
|
||||
~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue