﻿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
13206	Model does not call super __init__	George Vilches	nobody	In the Django Model class, {{{super(Model, self).__init__}}} is never called.  Since Django inherits from object, there is no backwards-compatibility issues by calling {{{super.__init__}}}, and it enables multiple-inheritance/mixins to work as expected in standard Python classes.	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed	__init__ super Model	mmitar@… tim@…	Accepted	1	0	0	0	0	0
