You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: