justinas / django-easyfilters

Fork of https://bitbucket.org/evildmp/django-easyfilters/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-easyfilters

Build Status Coverage Status PYPI Package PYPI Package

Overview

Fork with added hacks to "fix" my problems. Do not use unless you're fine with the code breaking in unexpected ways

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

About

Fork of https://bitbucket.org/evildmp/django-easyfilters/

License:MIT License


Languages

Language:Python 97.0%Language:HTML 3.0%