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
jsangmeister edited this page Jan 14, 2021
·
1 revision
The backend follows the schema of null == undefined. When creating a model, null-fields will be ignored (the same way as if they hadn't been sent). The only exception from this rule is when one updates a model: Then, null/None can be given to explicitly delete the field. This is forbidden for required fields.