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
Use exclude keyword in dict method to exclude Action callable field (#142)
The model config approach we used in d46eb39 seemed to help with the
`/powered_by_jbi` endpoint, but we were still seeing failures in
`/whiteboard_tags`.
We found that using the .dict(exclude=<...>) method seemed to _actually_
exclude the `callable` field.
0 commit comments