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 have a model with the following field:
number: Optional[int]
I can create a record without the number. But, when I'll call model.get(pk) - I'll get an error:
value is not a valid integer (type=type_error.integer)