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 And here: https://django-easyfilters.readthedocs.org/en/latest/
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!
Support
File bugs/feature request in the ‘issues’ in BitBucket:
https://bitbucket.org/spookylukey/django-easyfilters/issues?status=new&status=open
Or drop me an email, I always like to hear when people are using my stuff.
TODO
Possible: ability to specify ‘defaults’ attribute for FilterSet
Allow the automatic ‘page’ resetting to be customized
Version 0.5
Python 3.3 compatibility :-) Tests are run against Python 2.6, 2.7 and 3.3, and Django 1.3 to 1.5
Version 0.4
Cleaned up internal Filter implementation/API
Added and documented Filter.render_choice_object which can be overridden for easy customization of filters.
Fixed various bugs with DateTimeFilter. Thanks to psyton for a bug fix.
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
Release files for django-easyfilters 0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-easyfilters-0.6.tar.gz | 40.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_easyfilters-0.6-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 74.7 kB
Release files / django-easyfilters-0.6.tar.gz
| Download URL | django-easyfilters-0.6.tar.gz |
|---|---|
| Size | 40.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c94eabe56f2a16f0e2e073876234853aff931eb045de303771513ab70aa84132
|
|
BLAKE2b-256 checksum How to use checksums |
242aa4f46601da715e6c59fe0c16f4246a404ae7b8e7c78a8e3cf48fee8da50c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_easyfilters-0.6-py2-none-any.whl
| Download URL | django_easyfilters-0.6-py2-none-any.whl |
|---|---|
| Size | 34.3 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
49cc4b18d56a633ae7ce47c8b3b9b709e125714b6de7a7a493b0785c7bb3c3e6
|
|
BLAKE2b-256 checksum How to use checksums |
8fbe8d1204564182e3f978660a587eae615eec9e2ed3f2c851a5067b82f77b1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |