#13206: Model does not call super __init__
------------------------------------------+---------------------------------
 Reporter:  gav                           |       Owner:  nobody    
   Status:  new                           |   Milestone:            
Component:  Database layer (models, ORM)  |     Version:  SVN       
 Keywords:  __init__ super Model          |       Stage:  Unreviewed
Has_patch:  1                             |  
------------------------------------------+---------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13206>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to