public
Description: A generic system for filtering Django QuerySets based on user selections
Homepage:
Clone URL: git://github.com/alex/django-filter.git
name age message
file .gitignore Thu Jan 29 15:21:10 -0800 2009 added gitignore and notes [alex]
file AUTHORS.txt Loading commit data...
file COPYRIGHT Thu Jan 29 16:49:31 -0800 2009 added BSD license [alex]
file MANIFEST.in Thu Jun 18 16:34:34 -0700 2009 add files to the MANIFEST, bump the version number [alex]
file README.txt Sun Feb 01 08:58:28 -0800 2009 added a readme [alex]
directory docs/
directory filter/ Sat Jun 13 11:22:55 -0700 2009 Added a prefix argument to FilterSets, Thanks t... [alex]
file setup.py
README.txt
Django-filter is a reusable Django application for allowing users to filter 
queryset dynamically.  It requires Python 2.4 or higher.  For usage and 
installation instructions consult the docs directory.