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 field 'required' behavior to match DRF #38

Merged
merged 1 commit into from
Sep 28, 2017

Commits on Dec 21, 2016

  1. Fix field required behavior to match DRF

    Non-required fields with None values are now omitted from the
    serialization. Also required MethodFields with None value trigger
    an exception now.
    Kelly Campbell committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    de32309 View commit details
    Browse the repository at this point in the history