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

Support for Django 2.1.x #50

Closed fandrefh closed 5 years ago

fandrefh commented 6 years ago

I got this error ImportError: No module named 'django.core.urlresolvers'

sirex commented 6 years ago

This was already fixed, but new version of django-autoslug was not yet released: https://github.com/justinmayer/django-autoslug/pull/46

@justinmayer could you please release new version of django-autoslug, with this fix?

justinmayer commented 6 years ago

@sirex: I just realized that I don't have access to django-autoslug on PyPI, so I asked @neithere if that could be rectified.

folt commented 6 years ago

through the pip installs the version that produces an error

javipalanca commented 6 years ago

no news from @neithere yet?

bronte2k7 commented 6 years ago

Maybe just an alias name for the package?

nim65s commented 6 years ago

@bronte2k7 if you can't wait for @neithere to hand over the PyPI access to @justinmayer , and would prefer an alias, you can use https://github.com/iplweb/django-autoslug-iplweb with pip install django-autoslug-iplweb for now. Or, yes, @justinmayer could make an alias too, but I'm not sure this is worth it for now.

ulgens commented 5 years ago

Any progress? @neithere @justinmayer :cry:

justinmayer commented 5 years ago

I have requested ownership of the django-autoslug package on PyPI and will issue a release as soon as the transfer has been completed.

lfalvarez commented 5 years ago

ahha I was having the same problem! apparently I'm going to try with installing the package from github directly. Great work guys BTW!

mawkee commented 5 years ago

👀

justinmayer commented 5 years ago

django-autoslug v1.9.4, which should now support Django 1.11 and 2.0+, has been released and published to PyPI. The documentation will be updated once ownership of the corresponding ReadTheDocs project has been transferred. (Link to transfer request)

Thanks to everyone for your patience! 🎉