﻿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
6529	"flatattr() doesn't check if a string is marked as ""safe"""	Martin Geber	nobody	"In file http://code.djangoproject.com/browser/django/trunk/django/newforms/util.py in line 13:

It might be better to use ''conditional_escape'' instead of ''escape'' (http://code.djangoproject.com/browser/django/trunk/django/utils/html.py line 30, and 35)

I'm not able to set the attribute ''onchange'' in a form widget with JavaScript.

e.g.::

{{{

    if 1 == '1' {return false;}

}}}

becomes::

{{{

    if 1 == &#39;1&#39; {return false;}

}}}

This is kind of annoying.

Hope my explanation is understandable... :)

Cheers,
Martin"		closed	Forms	dev		duplicate		martin@… antisvin@…	Accepted	1	0	0	0	0	0
