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

Fix format of Django API view response data #608

Merged
merged 1 commit into from
Jan 28, 2017
Merged

Fix format of Django API view response data #608

merged 1 commit into from
Jan 28, 2017

Conversation

gunthercox
Copy link
Owner

This removes section of code in the API view that was incorrectly encoding dictionary data as a string.

Tests have been updated to make sure that this won't happen in the future.

Closes #602

@gunthercox gunthercox changed the title Remove messed up string thing Fix format of Django API view response data Jan 28, 2017
This removes a mess of code in the API view that was replacing the
response dictionary with a utf-8 encoded string and then putting
that string inside another dictionary.

Tests have been updated to make sure that this won't happen in the
future.
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.

1 participant