-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Using of deprecated function with Django4 #52
Comments
Could you provide PR to fix that (maybe add Django 4.0 to CI matrix too)? |
I would like to do it, but I don't see that breaking line of code within the latest main version. I see that you're using the aliases from urllib.parse according to the Django notes, so I guess that the current version is build by an older version of the repo? |
Yup, looks like I need to do another release 😸 I'll update the test matrix with Django 4.0 first and then if that goes well I'll do a release. |
New release: https://pypi.org/project/django-sendfile2/0.6.1/ |
Hellow, the following problem has been faced while migrating to Django 4
from django.utils.http import urlquote
ImportError: cannot import name 'urlquote' from 'django.utils.http'
The text was updated successfully, but these errors were encountered: