Django: best way to add filtering (and sorting) to (generic) class based ListView? Django: best way to add filtering (and sorting) to (generic) class based ListView? django django

Django: best way to add filtering (and sorting) to (generic) class based ListView?


Django Packages is a good place to look for, you guessed it, Django packages :-). I haven't used it before, but from a quick look you may find django-tables2 helpful. I'd guess there are others worth considering also.