drf-url-filters icon indicating copy to clipboard operation
drf-url-filters copied to clipboard

Raise MultiInvalid with voluptuous when multiple query params are invalid

Open manjitkumar opened this issue 8 years ago • 0 comments

We need to throw all the errors at once when we find there are multiple errors are in incoming query params. Right now we throw 400_BAD_REQUEST when first invalid param is detected and rest of the params aren't checked.

https://github.com/manjitkumar/drf-url-filters/blob/master/filters/mixins.py#L34

manjitkumar avatar Apr 10 '16 19:04 manjitkumar