[PATCH 4/7] REST: Remove ProjectFilterMixin

2018-04-11 Thread Stephen Finucane
Whatever benefits this was giving us in the past are no more and it simply confuses matters now. Signed-off-by: Stephen Finucane --- patchwork/api/filters.py | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/patchwork/api/filters.py b/patchwork/api/filte

Re: [PATCH 4/7] REST: Remove ProjectFilterMixin

2018-05-08 Thread Daniel Axtens
Stephen Finucane writes: > Whatever benefits this was giving us in the past are no more and it > simply confuses matters now. I strongly endorse the removal of this mixin in particular (and most mixins, in general). Reviewed-by: Daniel Axtens Regards, Daniel > > Signed-off-by: Stephen Finucan