django-easyfilters 0.3.2
Easy creation of link-based filtering for a list of Django model objects.
Downloads ↓ | Package Documentation
Overview
This library provides filters similar in some ways to list_filter and date_hierarchy in Django's admin, but for use outside the admin. Importantly, it also includes result counts for the choices. It is designed to be very easy to get started with.
Download/install
Just install as a Python library.
Docs
See the docs/ directory, especially docs/overview.rst
Also hosted here: http://packages.python.org/django-easyfilters
Demo
A small demo app is included, see the instructions in docs/develop.rst
A (currently) live example can be seen at:
Status
The library is in a useful state and is used in production. Test coverage is extensive. Feedback regarding API or features is very welcome!
TODO
- Possible: ability to specify 'defaults' attribute for FilterSet
- Allow the automatic 'page' resetting to be customized
Version 0.3.2
- Correction to new FilterSet.title attribute.
Version 0.3.1
- Fixed crasher in 0.3
Version 0.3
- Added the FilterSet.title attribute, and the title_fields attribute that can be used to control it.
Version 0.2
- Added NumericRangeFilter
- More docs, and API firmed up.
- Fixed bug with test_settings.py which caused static media not to be served with most recent Django.
Version 0.1.1
Cleaned up the release tarball to remove old files.
Version 0.1
Initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-easyfilters-0.3.2.tar.gz (md5) | Source | 2011-11-12 | 31KB | 171 | |
- Author: Luke Plant
- Documentation: django-easyfilters package documentation
- Home Page: https://bitbucket.org/spookylukey/django-easyfilters/
- Keywords: django filter autofilter drilldown easy simple
- License: MIT
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Framework :: Django
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: Software Development :: User Interfaces
- Package Index Owner: spookylukey
- DOAP record: django-easyfilters-0.3.2.xml
