﻿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
31896	Using unsafe PyYAML utils when loading fixtures.	German Prostakov	nobody	"Currently, Django uses PyYAML's SafeLoader to load fixtures which prevent to use some advance utils like `!!python/object/apply`. To create dates related to the current date, for example, and not static dates that you have to update over time so that they aren't too old.

Anyway, there could be many reasons why a developer would want to use such an util in fixtures. And I believe it should be safe to use UnsafeLoader for fixtures since this is certainly a data that developers create themselves.

Opened a PR: https://github.com/django/django/pull/13320"	New feature	closed	Core (Serialization)	3.1	Normal	wontfix	fixtures	Aymeric Augustin	Unreviewed	1	0	0	0	1	0
