django-filter 2.1.0-1 source package in Ubuntu
Changelog
django-filter (2.1.0-1) unstable; urgency=medium * Team upload [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/watch: Use https protocol * d/control: Remove ancient X-Python-Version field * Remove debian/pycompat, it's not used by any modern Python helper * Use 'python3 -m sphinx' instead of sphinx-build for building docs [ Antonio Terceiro ] * New upstream version * Refresh patches - add new language to 0001-Fix-value-of-Language-fields-for-django.po-files.patch * Drop Python 2 package * 0002-Fix-date-in-po-file.patch: fix build of locale files * 0003-Pin-timezone-to-UTC.patch: import upstream patch to fix tests (https://github.com/carltongibson/django-filter/pull/1058) * Add debian/tests/control to run tests under autopkgtest * debian/control: bump Standards-Version to 4.4.0; no changes needed otherwise. -- Antonio Terceiro <email address hidden> Tue, 09 Jul 2019 11:08:41 -0300
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
django-filter_2.1.0-1.dsc | 2.3 KiB | 8eb3e38b62f602ed962f638c33c20e7b0169f3b2468408e877ca833172100322 |
django-filter_2.1.0.orig.tar.gz | 138.9 KiB | 3dafb7d2810790498895c22a1f31b2375795910680ac9c1432821cbedb1e176d |
django-filter_2.1.0-1.debian.tar.xz | 80.4 KiB | 1b9439a91fcb1f5914c9c7f20c945dabd8d94db13e3d28720172831a58dd2639 |
Available diffs
- diff from 1.1.0-1 to 2.1.0-1 (62.2 KiB)
No changes file available.
Binary packages built by this source
- python-django-filters-doc: No summary available for python-django-filters-doc in ubuntu hirsute.
No description available for python-
django- filters- doc in ubuntu hirsute.
- python3-django-filters: filter Django QuerySets based on user selections
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.