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

SerializerField on_null=HIDE_FIELD not rise IgnoreField() for to_python #6

Open
alexlehn opened this issue Dec 1, 2014 · 0 comments

Comments

@alexlehn
Copy link
Collaborator

alexlehn commented Dec 1, 2014

If I mark a SerializerField as on_null=HIDE_FIELD the field is still present in the python dict with a None value. It's better to ignore the field during the serialization or is there any reason to keep the field with a None value?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants