django-filter 1.0.4-1 source package in Ubuntu

Changelog

django-filter (1.0.4-1) unstable; urgency=medium

  [ Brian May ]
  * Remove broken symlink. Closes: #857825.
  * Fix minor lintian warnings.
  * New upstream version. Closes: #865802, closes: #863024.

  [ Michael Fladischer ]
  * Add python(3)-djangorestframework and python(3)-django-crispy-forms
    to Build-Depends so tests can run successfully.
  * Clean up modified files in docs/.build and django_filter.egg-info to
    allow two builds in a row.
  * Use https:// for copyright-format 1.0 URL.
  * Reformat packaging files with cme for better readability and remove
    unnecessary versioned dependencies.
  * Add unique parts to short and long descriptions.
  * Switch to python3-sphinx.
  * Rebuild all django.mo files from source using python3-babel.
  * Add patch to fix value of Language fields for django.po files.

 -- Brian May <email address hidden>  Sat, 29 Jul 2017 17:09:04 +1000

Upload details

Uploaded by:
Brian May
Uploaded to:
Sid
Original maintainer:
Brian May
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-filter_1.0.4-1.dsc 2.6 KiB 825081cc1b02fe4de8cc48fedae8726d4812966ce30d8ce8323447d45db30e6d
django-filter_1.0.4.orig.tar.gz 120.4 KiB e44620d4e707beaff7396ac8df765dc015a07467df813b9c1663fe4017934b58
django-filter_1.0.4-1.debian.tar.xz 79.7 KiB 0d3555690bfa752179d557f92bba41aabcad02cfa669a51c55330c96c8af8845

Available diffs

No changes file available.

Binary packages built by this source

django-filter: No summary available for django-filter in ubuntu bionic.

No description available for django-filter in ubuntu bionic.

python-django-filter: No summary available for python-django-filter in ubuntu bionic.

No description available for python-django-filter in ubuntu bionic.

python-django-filters: No summary available for python-django-filters in ubuntu artful.

No description available for python-django-filters in ubuntu artful.

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 version)

 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.