Metadata-Version: 2.1
Name: django-filters
Version: 0.2.1
Summary: A filterset and filters.
Home-page: http://github.com/baskoopmans/django-filters/
Author: Bas Koopmans
Author-email: django@baskoopmans.nl
License: BSD
Download-URL: http://github.com/baskoopmans/django-filters/downloads
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules

====================
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
============

#. pip install git+git://github.com/baskoopmans/django-filters.git

#. Or add the `filters` directory to your Python path.

#. 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


