django-filters

A filterset and filters.


License
BSD-3-Clause
Install
pip install django-filters==0.2.1

Documentation

Django Filters

The Django Filters project is created for easy filter creation. There are slug and get base filters and an BaseFilterset for constructing.

Upcoming features

If you have ideas for other features please let me know.

Installation

  1. pip install git+git://github.com/baskoopmans/django-filters.git
  2. Or add the filters directory to your Python path.
  3. Add filters to your INSTALLED_APPS if you want to use templates and templatetags

Configuration

TODOs and BUGS

See: http://github.com/baskoopmans/django-filters/issues