Language

Package: python-django-filter @ 2.3.0

Synopsis

Reusable Django application to filter querysets dynamically

Description

Django-filter is a generic, reusable application to alleviate writing some of the more mundane bits of view code. Specifically, it allows users to filter down a queryset based on a model’s fields, displaying the form to let them do this.

Home page
https://django-filter.readthedocs.io/en/latest/
Location
gnu/packages/django.scm (line: 454, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?