-
Notifications
You must be signed in to change notification settings - Fork 120
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
slumber 0.5.1 returns empty string on successful POST #46
Comments
bump. This breaks packages built on top (such as tastypie-queryset-client) and is related to #50. |
I propose this as desired behavior: if the response has a body with a content-type slumber can deserialize, parse and return it, else if there is a location header, return it, otherwise return None. |
That behavior sounds sane to me. |
Bump. This is still present in 0.6.0 and breaks packages built on top. Behavior proposed by merwok sounds OK. |
I’m available to review a patch/PR. |
Any news :-))) ? |
Patch welcome! |
After successful POST slumber 0.5.1 (most recent in pypi) returns empty string instead of dict representation of newly created object.
This is a regression from 0.4.2
http://stackoverflow.com/questions/13777823/slumber-returns-empty-string-instead-of-object-data/
The text was updated successfully, but these errors were encountered: