I\'m using Django 1.3\'s class based generic view to display a list of images, but I want to add a filter that enables the user to narrow down the displayed results.
My
Take a look at django-filter it easy solution for filtering data in view