justinmayer / django-autoslug

AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: https://bitbucket.org/neithere/django-autoslug/issues
https://readthedocs.org/projects/django-autoslug/
GNU Lesser General Public License v3.0
295 stars 105 forks source link

autoslug 1.9.4 python 3.7.3 django 2.2 import successfull but importlib fails #57

Open FanatoniQ opened 5 years ago

FanatoniQ commented 5 years ago

Hi,

I am trying to use an AutoSlugField in my django 2.2 application, the import in my INSTALLED_APPS settings.py raises no error but when using it in my app model i get a python3 import lib error.

Any ideas why this happens and how to fix it ?

Below is the code and output.

autoslug_error

pip freeze outputs django-autoslug==1.9.4

PS : this happens when running python manage.py makemigrations

Yours thankfully