1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: django-filter
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Brian May <bam@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
python3-all,
Build-Depends-Indep:
flit,
furo <!nodoc>,
pybuild-plugin-pyproject,
python3-babel,
python3-django <!nocheck>,
python3-django-crispy-forms <!nodoc>,
python3-djangorestframework <!nocheck>,
python3-sphinx <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-filter
Vcs-Git: https://salsa.debian.org/python-team/packages/django-filter.git
Homepage: https://github.com/carltongibson/django-filter
Package: python-django-filters-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Breaks:
python-django-filter-doc (<< 0.6-2),
Replaces:
python-django-filter-doc (<< 0.6-2),
Description: filter Django QuerySets based on user selections (Documentation)
Django-filter is a generic, reusable application to alleviate some of the more
mundane bits of view code. Specifically allowing the users to filter down a
queryset based on a model’s fields and displaying the form to let them do this.
.
This package contains the documentation.
Package: python3-django-filters
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends},
Suggests:
python-django-filters-doc,
Description: filter Django QuerySets based on user selections (Python3)
Django-filter is a generic, reusable application to alleviate some of the more
mundane bits of view code. Specifically allowing the users to filter down a
queryset based on a model’s fields and displaying the form to let them do this.
.
This package contains the Python 3 version of the library.
|