[views] Respond with 400 Bad Request in case of validation error in ajax request
Previously, we raised a plain RemoteCallFailed without a status code, in which
case it defaults to "500 Internal Server Error". Now, for validation
errors, we issue a 400 Bad Request since these are clearly client errors.
Data as objects
===============
In this chapter, we will introduce the objects that are used to handle
the logic associated to the data stored in the database.
.. toctree::
:maxdepth: 1
data-as-objects
load-sort
adapters
application-logic