﻿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
3337	[patch] newforms-fields better calls super(CLASS,self) instead class-method Field	Dirk Datzert <dummy@…>	Adrian Holovaty	"I looked into django.newforms.fields and saw that in the __init__() and the clean() method always calls to the Field.__init__() and Field.clean() method are made.

In an more object oriented way those calls should be better super(CLASSNAME, self).__init__() and super(CLASSNAME, self).clean()"		closed	Forms	dev		fixed	super		Accepted	1	0	0	0	0	0
