Re: django.db.models.field.subclassing issue

2014-10-22 Thread Tim Graham
SubfieldBase is deprecated in Django 1.8, so I don't think there will be interest in fixing any issues with it. On Wednesday, October 22, 2014 7:11:05 AM UTC-4, Bobby Mozumder wrote: > > In the file subclassing.py, should the following: > > > def make_contrib(superclass, func=None): > """ >

django.db.models.field.subclassing issue

2014-10-22 Thread Bobby Mozumder
In the file subclassing.py, should the following: def make_contrib(superclass, func=None): """ Returns a suitable contribute_to_class() method for the Field subclass. If 'func' is passed in, it is the existing contribute_to_class() method on the subclass and it is called before a