closeio / flask-mongorest

Restful API framework wrapped around MongoEngine
Other
523 stars 88 forks source link

Default implementation of handle_serialization_error should raise #102

Open thomasst opened 7 years ago

thomasst commented 7 years ago

In my opinion it's a very bad default to not raise in handle_serialization_error, and makes it difficult to debug issues unrelated (and related) to serialization (e.g. if get_fields() raises an exception).