Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookylukey/django-easyfilters
https://github.com/spookylukey/django-easyfilters
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spookylukey/django-easyfilters
- Owner: spookylukey
- License: mit
- Created: 2020-06-29T08:06:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T07:25:53.000Z (about 4 years ago)
- Last Synced: 2024-12-09T14:13:25.098Z (14 days ago)
- Language: Python
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
==================
django-easyfilters
==================Status
======This library is lacking a maintainer! I'm not actively using it any longer,
which means that it is only getting the most basic fixes.If you would like to take over the project, please get in contact. (Providing
fixes for the existing issues would be a good start for showing your ability to
take it on :-).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.PyPI page: http://pypi.python.org/pypi/django-easyfilters
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
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 GitHub Issues.
TODO
====* Possible: ability to specify 'defaults' attribute for FilterSet
* Allow the automatic 'page' resetting to be customized