﻿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
12655	diffsettings command prints instead of returns	Joe Vasquez	Joe Vasquez	"line number 32 of source:trunk/django/core/management/commands/diffsettings.py#9961 has:

{{{
print '\n'.join(output)
}}}

this makes using this command in other (custom) commands difficult.  reccommend using:

{{{
return '\n'.join(output)
}}}



"		closed	Core (Management commands)	1.1		fixed			Ready for checkin	1	0	0	0	0	0
