kelvinwong-ca / django-select-multiple-field

Select multiple choices in a single Django model field
Other
34 stars 25 forks source link

SelectMultipleField uses the removed models.SubfieldBase #20

Open hussum opened 7 years ago

hussum commented 7 years ago

SelectMultipleField inherits from models.SubfieldBase, however SubfieldBase has been removed in django 1.11

azocher commented 5 years ago

bump - using 2.0.3 and fixes in #12 not working to resolve