We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to use XMLRenderer, an ImportError is raised:
ImportError: cannot import name StringIO
The custom StringIO has been removed from rest_framework.compat.
The text was updated successfully, but these errors were encountered:
@brandoncazander yeah good catch. Can you put a PR together to fix it? If not I'll try to get to it later today or tomorrow.
Sorry, something went wrong.
Don't use rest_framework.compat for StringIO, smart_text. Fixes jpadi…
b199688
…lla#3
Also don't import rest_framework.compat in tests. jpadilla#3
c40e944
Successfully merging a pull request may close this issue.
When trying to use XMLRenderer, an ImportError is raised:
ImportError: cannot import name StringIO
The custom StringIO has been removed from rest_framework.compat.
The text was updated successfully, but these errors were encountered: