Closed fandrefh closed 5 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?
@sirex: I just realized that I don't have access to django-autoslug on PyPI, so I asked @neithere if that could be rectified.
through the pip installs the version that produces an error
no news from @neithere yet?
Maybe just an alias name for the package?
@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.
Any progress? @neithere @justinmayer :cry:
I have requested ownership of the django-autoslug
package on PyPI and will issue a release as soon as the transfer has been completed.
ahha I was having the same problem! apparently I'm going to try with installing the package from github directly. Great work guys BTW!
👀
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! 🎉
I got this error ImportError: No module named 'django.core.urlresolvers'