django-filter 23.1-1 source package in Ubuntu
Changelog
django-filter (23.1-1) unstable; urgency=medium * Team upload [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit. [ Carsten Schoenert ] * New upstream version 23.1 * Rebuild patch queue from patch-queue branch Rebase existing patches against current source. * d/control: Update Standards-Version to 4.6.2 No further changes needed. * d/control: Mark the -doc package Multi-Arch: foreign * d/u/metadata: Add more data fields -- Carsten Schoenert <email address hidden> Tue, 28 Mar 2023 18:04:42 +0200
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
django-filter_23.1-1.dsc | 2.3 KiB | 724807f779c59e1cb2a04936d3640ff0d7e39b944a7235c63902e0b1642db82e |
django-filter_23.1.orig.tar.gz | 132.2 KiB | 132a6ee35fe1b29cfa10aa355e8983f03d5b51f720fd10a45f74a1178165d2f7 |
django-filter_23.1-1.debian.tar.xz | 81.3 KiB | 4fce766ea3f86197191a634ce1ac0aaaef1a372f746956d3749109fc1cf462a7 |
Available diffs
- diff from 22.1-1 to 23.1-1 (20.6 KiB)
No changes file available.
Binary packages built by this source
- python-django-filters-doc: 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.
- python3-django-filters: 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.