Hi everyone! I just wanted to comment that I've coded a Mixin that
adds support for django-filter in the new generic ListView[0].
It makes it really easy to filter a ListView. You just need to
`filter_set = MyFilterSet` and you are ready to roll!
Do you think this is worth living in django-filter's codebase? If so,
I'll fork it and attach a pull request.
Hope it's useful,
Iván
[0]
https://github.com/rasca/django-enhanced-cbv/blob/master/enhanced_cbv/views/list.py