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

Home Page:https://readthedocs.org/projects/django-autoslug/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Django 2.0 ?

synlord opened this issue · comments

Hi,

i have the problem when upgrade to Django 2.0

from django.core.urlresolvers import get_callable
ImportError: No module named 'django.core.urlresolvers'

Have you tried the latest commit? It's not up on PyPi, and there are currently problems getting it there (#31 ), but that may help.

I can confirm that it doesn't work with Django 2.0.

A number of people have submitted PRs for this issue, I'd suggest using one of their forks as I'm not sure the author is currently maintaining the repo.

#34

#33

#30

I switched to django-autoslug-iplweb (PyPI, GitHub), which works fine for Django verisons >=1.8,<=2.0.

commented

Here you have the original django-autoslug package adapted to django 2

https://github.com/marfyl/django-autoslug

@marfyl:

Why fix it in your own fork if the work has been done already (django-autoslug-iplweb)?

FYI, I've found some time to finalize the transfer of the repo to jazzband, so hopefully the project will be resurrected soon. Sorry for the delay.

Apologies for the delay, folks. Django 2.x support has been merged via 4dc7508.

Hallo,

Version 1.9.3 does not supported django 2.0

@moas The release on PyPi is delayed due to #49.

Django-autoslug v1.9.4 has been released, including support for Django 2.x.