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
We used to have an issue where post/put data would come in camel cased, but we needed it to be snake_cased for our models. This is resolved by #181 , but we still need to go back through those methods and properly use the serializers to validate and parse data. As well as removing as much manual checking and parsing as possible now that the parser gives us the right casing.
The text was updated successfully, but these errors were encountered:
We used to have an issue where post/put data would come in camel cased, but we needed it to be snake_cased for our models. This is resolved by #181 , but we still need to go back through those methods and properly use the serializers to validate and parse data. As well as removing as much manual checking and parsing as possible now that the parser gives us the right casing.
The text was updated successfully, but these errors were encountered: