-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Fails in Django 3.0 #101
Comments
Hi, thanks for reporting this bug. Should we remove support for python2 here? |
Sorry - yes - django3.0 - i'll edit the title Maybe you could also utilize the new enum types that django officially support now. https://docs.djangoproject.com/en/3.0/ref/models/fields/#field-choices-enum-types I'd probably create a "final" python2 version, and then slowly drop support, if i were you guys. It's a mess to support both it'd say. |
Hi, could you paste your pip freeze? which version have you installed? The current version doesn't have "python_2_unicode_compatible" |
"django-multiselectfield==0.1.8" it seems. |
ok, please update to last version 0.1.10. |
django-multiselect fields doesn not work on latest Django and Python combination due to python_2_unicode_compatible dependency Django 3.1.1 Please assist with any feedback. |
Same issue ##Update |
Python 3.8.10 Same problem as above. Had nobody made a fix for this yet? 🤔 |
Fixed in #148. |
After upgrading to django 3.0, the module fails, it seems, due to some dependency on python_2 things from django, which might have been removed or changed. AFAIK python2 isn't officially supported anywhere anymore in 20~ days.
The text was updated successfully, but these errors were encountered: