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 my SQLAlchemy models have a field called type, and I pass a value for it in the attributes hash in a JSON API request, the strings_to_datetimes function inside helpers.py throws it away prior to updating the SQLAlchemy model object.