﻿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
13747	Post 1.2 Development code wrongly included in 1.2 doc on Custom Management Commands	metamemetics	nobody	"http://docs.djangoproject.com/en/1.2/howto/custom-management-commands/

The last line of the 2nd example code block is:

{{{
self.stdout.write('Successfully closed poll ""%s""\n' % poll_id)
}}}


This will not work unless you are using a development repository from within the last week, or else you will get the error 'Command' object has no attribute 'stdout'. Since it is a fairly recent addition I assume it should be only in the development documentation and not the 1.2 documentation."		closed	Documentation	1.2		fixed	Custom Management Commands		Accepted	0	0	0	0	0	0
