Open yohanboniface opened 8 years ago
Cool
Fix for this issue (and updated unittests): https://github.com/kelvinwong-ca/django-select-multiple-field/pull/16
@kelvinwong-ca any chance you could review it? We'll probably go with that branch for Ideascube, at least temporarily, since this is the last thing preventing us from moving to Django 1.10.
After Upgrading to Django 1.10 the stack fails with:
from select_multiple_field.models import SelectMultipleField
File "/Users/acidjunk/.virtualenvs/dcim/lib/python2.7/site-packages/select_multiple_field/models.py", line 20, in
class SelectMultipleField(six.with_metaclass(models.SubfieldBase, AttributeError: 'module' object has no attribute 'SubfieldBase'
Django 1.10 support would be nice.
See https://docs.djangoproject.com/en/1.9/releases/1.8/#subfieldbase
That's just a warning in 1.9, but will become an error in 1.10.
1.10 will be released in August 2016 so we are not in a hurry ;)