﻿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
36608	dumpdata does not use custom serializers	ksauder		"As displayed in the diff, the code was simply broken and always raised an exception for custom serializer formats.

After further investigation, this problem could also be solved by adding 'internal_use_only = False' to the classes in the example here https://docs.djangoproject.com/en/5.2/topics/serialization/#custom-serialization-formats. This gets around the ""if format in serializers.get_public_serializer_formats()"" check, although the old code in the diff still doesn't make sense."	Uncategorized	new	Core (Management commands)	5.2	Release blocker		dumpdata custom serializers		Unreviewed	1	0	0	0	1	0
