Closed juancresc closed 4 years ago
Related to deprecation of 'six' in Django 3 - see this thread
I am not sure this widget will work on Django 3. I didn't get a chance test in a Django 3 stack, will update the readme about this.
Do you need any help with that? I tried to install the following repo with fixed six imports: https://github.com/a-ershov/django-map-widgets Looks like it works. I can try to test it.
As I see it's already in the repo. When can we expect a new version to be released?
Hi Guys
I released the new version on PyPI. Update the topic if you see this issue again.
pip install django-map-widgets==0.2.3
Thanks
In django 3.0:
ImportError: cannot import name 'six' from 'django.utils' (/Users/juan/Documents/manu/dev/yas/venv/lib/python3.7/site-packages/django/utils/init.py)