﻿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
18839	Field.__init__() should call super() at end.	applegrew	Apostolis Bessas	"Currently `django.forms.Field.__init__()` does not invoke `super()` at the end. This causes problem when trying to inherit `Field` along with other classes. So, in

{{{#!python
    class C(A, forms.Field, B):
}}}

In the above `__init__()` of `B` will not get called because of this bug.
"	Bug	closed	Forms	1.4	Normal	fixed	sprint2013		Ready for checkin	1	0	0	0	1	0
