Philipp Kainz
Results
2
issues of
Philipp Kainz
PR https://github.com/chibisov/drf-extensions/pull/171 introduces a new generic decorator `@precondition_required`. It enables the check for a set of preconditions (i.e. required HTTP headers). If the precondition is not met, a `428 PRECONDITION...
Hi, nice library! Is it somehow possible to define and pass a custom set of parameters for the filter classes' `process_image` function similar to the ones in `SizedImage`? Cheers!