﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31529	Add support for pathlib and os.PathLike in migrations serializer.	Nick Pope	Nick Pope	"Some of these types do not serialize as expected or at all.

- We can serialize instances of `os.PathLike` to `str` or `bytes` by using `repr(os.fspath(value))`.
- We can serialize pathlib instances, converting to `pathlib.PurePosixPath` or `pathlib.PureWindowsPath`.

It is necessary to serialize concrete paths to pure paths to avoid migrations that are incompatible on different operating systems."	New feature	closed	Migrations	dev	Normal	fixed	pathlib migrations serializer		Ready for checkin	1	0	0	0	0	0
