﻿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
15076	inspectdb to quote ForeignKey class names to avoid need to reorder classes/solve circular dependencies	saschwarz	nobody	"The inspectdb management command supplies either ""self"" or the unquoted name of foreign key's class as the first argument to the ForeignKey constructor. This requires that classes be defined prior to their first use. If the class name were supplied as a quoted string the ordering of classes isn't required. That would also solve the case where circular dependencies keep classes from being defined in an appropriate order.

I've attached the trivial changes as a diff from trunk 15194."	Bug	closed	Core (Management commands)	1.2	Normal	fixed	inspectdb		Ready for checkin	1	0	0	0	0	0
