﻿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
16317	Self-referencing model with natural key: dumpdata can't resolve dependencies	Simon Meers	nobody	"I have a self-referencing model with a natural key, but dumpdata won't serialize it:
 
{{{
    Error: Can't resolve dependencies for app_label.ModelName in serialized app list
}}}

This is probably perfectly valid if use_natural_keys=True, but shouldn't I be able to serialize it without natural keys? I suspect dumpdata.sort_dependencies should take the flag setting into consideration before throwing natural-key-based dependencies into the mix?"	Bug	closed	Core (Serialization)	1.3	Normal	fixed		s.federici@…	Ready for checkin	1	0	0	0	0	0
