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

Return 400 error when request body has malformed syntax. (based on PR #649 by piotrbulinski) #1375

Open
wants to merge 2 commits into
base: v0.13.0-unstable
Choose a base branch
from

Conversation

SeanHayes
Copy link
Member

Serializers no longer raise BadRequest themselves (a Serializer shouldn't know anything about HTTP), they raise a ValueError.

…jango-tastypie#649 by piotrbulinski)

Serializers no longer raise BadRequest themselves (a Serializer shouldn't know anything about HTTP), they raise a ValueError.
@SeanHayes SeanHayes force-pushed the v0.13.0-unstable branch 3 times, most recently from 52ce278 to 8d2b60d Compare December 5, 2015 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant