coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
913 stars 377 forks source link

ImportError: cannot import name 'python_2_unicode_compatible' #215

Closed trademanthan closed 4 years ago

trademanthan commented 4 years ago

Checklist

In Django 3.0.1 I am getting this import error python_2_unicode_compatible for django cities.

It should be 'from six import python_2_unicode_compatible' in Django 3.0.1

Steps to reproduce

Expected behavior

Actual behavior

blag commented 4 years ago

Please edit your post to fill in the issue template. I wrote the issue template for a reason, please use it.