https://github.com/ionelmc/django-easyfilters
Fork of https://bitbucket.org/evildmp/django-easyfilters/
https://github.com/ionelmc/django-easyfilters
Last synced: 6 months ago
JSON representation
Fork of https://bitbucket.org/evildmp/django-easyfilters/
- Host: GitHub
- URL: https://github.com/ionelmc/django-easyfilters
- Owner: ionelmc
- License: mit
- Created: 2013-10-08T15:01:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T12:53:35.000Z (over 10 years ago)
- Last Synced: 2025-03-25T06:41:35.542Z (7 months ago)
- Language: Python
- Size: 1010 KB
- Stars: 5
- Watchers: 3
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
django-easyfilters
==================.. image:: http://img.shields.io/travis/ionelmc/django-easyfilters.png
:alt: Build Status
:target: https://travis-ci.org/ionelmc/django-easyfilters.. image:: http://img.shields.io/coveralls/ionelmc/django-easyfilters.png
:alt: Coverage Status
:target: https://coveralls.io/r/ionelmc/django-easyfilters.. image:: http://img.shields.io/pypi/v/django-easyfilters-ex.png
:alt: PYPI Package
:target: https://pypi.python.org/pypi/django-easyfilters-ex.. image:: http://img.shields.io/pypi/dm/django-easyfilters-ex.png
:alt: PYPI Package
:target: https://pypi.python.org/pypi/django-easyfilters-exOverview
========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.Install
=======::
pip install django-easyfilters-ex
Docs
====https://django-easyfilters.readthedocs.org/en/latest/
TODO
====* Possible: ability to specify 'defaults' attribute for FilterSet
* Allow the automatic 'page' resetting to be customized