Setting a string for url parameter year raises an exception
We should validate GET parameters against their expected type.
- Should we use a form to do this ?
- Or use django-filter ?
Anyway, in case of bad request parameters, we should raise a BadRequest exception with an appropriate error message to display to the user
Edited by Simon Panay