An open API service indexing awesome lists of open source software.

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/

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

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.

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