Skip to content

ArtProcessors/django-easyfilters

 
 

Repository files navigation

django-easyfilters

Build Status

Coverage Status

PYPI Package

PYPI Package

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • HTML 3.0%