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

Add LazyScriptNamePrefixedUrl.replace override #1079

Merged
merged 1 commit into from Nov 22, 2021
Merged

Add LazyScriptNamePrefixedUrl.replace override #1079

merged 1 commit into from Nov 22, 2021

Conversation

cuu508
Copy link
Contributor

@cuu508 cuu508 commented Nov 11, 2021

This is needed for LazyScriptNamePrefixedUrl to work correctly with urllib.parse.

Python's urllib.parse started to call the replace method here:

https://bugs.python.org/issue43882

This is needed for LazyScriptNamePrefixedUrl to work correctly
with `urllib.parse`.

Python's `urllib.parse` started to call the `replace` method here:

https://bugs.python.org/issue43882
Copy link
Contributor

@carltongibson carltongibson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @cuu508 — this fixes the error I see locally. Good work. 🕵️

@carltongibson carltongibson merged commit 73eae6a into django-compressor:develop Nov 22, 2021
@carltongibson
Copy link
Contributor

Grrr. There's still one more #1082

@cuu508 cuu508 deleted the fix-lazy-scriptname-prefixed-url branch November 22, 2021 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants