﻿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
6076	deprecated code example in dodumentation	dan	nobody	"In the page
http://www.djangoproject.com/documentation/i18n/

There is an example that use the deprecate/not working document.write function.
{{{
document.write(gettext('this is to be translated'));
}}}
please replace with the current dom standard
{{{
tnode = document.createTextNode(gettext('this is to be translated'));
[code to insert the tnode using dom...]
}}}
"		closed	Documentation	dev		wontfix			Unreviewed	0	0	0	0	0	0
