Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
django-easyfilters-ex
Advanced tools
Easy creation of link-based filtering for a list of Django model objects.
.. 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
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.
::
pip install django-easyfilters-ex
https://django-easyfilters.readthedocs.org/en/latest/
show_counts
option on filters.defaults
option on filterset so you don't have to specify the same options for every filter.Cleaned up internal Filter
implementation/API
Added and documented Filter.render_choice_object
which can
be overridden for easy customization of filters.
Fixed various bugs with DateTimeFilter. Thanks to psyton for a bug fix.
FilterSet.title
attribute.FilterSet.title
attribute, and the title_fields
attribute
that can be used to control it.Added NumericRangeFilter
More docs, and API firmed up.
Fixed bug with test_settings.py which caused static media not to be served with most recent Django.
Cleaned up the release tarball to remove old files.
Initial release
FAQs
Easy creation of link-based filtering for a list of Django model objects.
We found that django-easyfilters-ex demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.