-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 1.10 compatibility #6
Comments
What's the status of this? |
Resolved in #16, just waiting for commentary or merge by project owner. |
Can we close this issue now ? |
I'd say, it's fixed when a new version containing the fix is released. Asking people to use master branch or certain commit it dirty. |
@neithere any news on this? This is really breaking Django 1.10+ compatibility. I get that you're busy on other stuff, so is there anyone else with enough privileges that can create the new version? |
django-autoslug v1.9.4, which should now support Django 1.10, 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! 🎉 |
autoslug.utils.get_uniqueness_lookups
uses_meta.get_field_by_name
, which is deprecated in Django 1.9 and removed in Django 1.10 (shows up when running Django 1.8 with the -Wall python flag):The text was updated successfully, but these errors were encountered: