﻿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
27642	Make `forms.utils.flatatt` not add values which are `None` to attrs	Illia Volochii	nobody	"When a person adds arguments like
{{{
{'id': None, 'class': 'smth'}
}}}
to an `<input>` tag, it turns into 
{{{
<input ... id=""None"" class=""smth"">
}}}
----
I think, it is not what the person expects to see.
----
[https://github.com/django/django/pull/7743 Pull request]"	Bug	closed	Forms		Normal	fixed	flatatt		Ready for checkin	1	0	0	0	0	0
