
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
django-filters-mixin
Advanced tools
Simple integration between django-filter_ and pagination_
.. image:: https://img.shields.io/pypi/v/django-filters-mixin.svg :target: https://pypi.python.org/pypi/django-filters-mixin/
.. image:: https://img.shields.io/pypi/dm/django-filters-mixin.svg :target: https://pypi.python.org/pypi/django-filters-mixin/
.. image:: https://img.shields.io/github/license/bashu/django-filters-mixin.svg :target: https://pypi.python.org/pypi/django-filters-mixin/
You must have django-filter installed and configured, see the django-filter_ documentation for details and setup instructions.
.. code-block:: shell
pip install django-filters-mixin
The FilterMixin allows to use pagination together with filtering
.. code-block:: python
# views.py
import django_filters
from filters.views import FilterMixin
class CustomFilterSet(django_filters.FilterSet):
# read https://github.com/alex/django-filter#usage
...
class CustomFilterView(FilterMixin, django_filters.views.FilterView):
filterset_class = CustomFilterSet
paginate_by = 12
...
Please see example application. This application is used to
manually test the functionalities of this package. This also serves as
good example...
You need Django 1.4 or above to run that. It might run on older versions but that is not tested.
.. _django-filter: https://github.com/alex/django-filter .. _pagination: https://docs.djangoproject.com/en/dev/topics/pagination/
FAQs
django-filter meets django-pagination
We found that django-filters-mixin 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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.