Skip to content
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

Resolve deprecations from django.utils.http in Django 3.0 #69

Merged
merged 1 commit into from
Jun 2, 2020

Conversation

browniebroke
Copy link
Owner

From Django 3.0 release notes:

django.utils.http.urlquote(), urlquote_plus(), urlunquote(), and urlunquote_plus() are deprecated in favor of the functions that they’re aliases for: urllib.parse.quote(), quote_plus(), unquote(), and unquote_plus().

@browniebroke browniebroke added the enhancement New feature or request label Jun 2, 2020
@browniebroke browniebroke changed the title New transformers to resolve deprecations from django.utils.http in Django 3.0 Resolve deprecations from django.utils.http in Django 3.0 Jun 2, 2020
@browniebroke browniebroke merged commit 411b43d into master Jun 2, 2020
@browniebroke browniebroke deleted the http-visitors branch June 2, 2020 20:44
@browniebroke browniebroke added this to the Django 4.0 milestone Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant