python-django-tagging 1:0.5.0-4 source package in Ubuntu

Changelog

python-django-tagging (1:0.5.0-4) unstable; urgency=medium

  * Team upload.

  [ Bas Couwenberg ]
  * Add patch to fix FTBFS with python3.11.
    (closes: #1028671)
  * Update lintian overrides.

 -- Sebastian Ramacher <email address hidden>  Sat, 21 Jan 2023 21:33:02 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-tagging_0.5.0-4.dsc 2.4 KiB af920fb51ad31cc0b9e27925ee73cf6e175aea490cde029ca62596743b106bfa
python-django-tagging_0.5.0.orig.tar.gz 39.8 KiB 971f8e9c2e34efe94521f60d7fdbcd403e3829fa2b313d09410b271cb1753c6d
python-django-tagging_0.5.0-4.debian.tar.xz 8.0 KiB 8130471ed065c9873934f203cddaeb227d3eea8103a5898cb608278685a1d34d

Available diffs

No changes file available.

Binary packages built by this source

python-django-tagging-doc: Generic tagging application for Django projects (Documentation)

 This is a generic tagging application for Django, which allows
 association of a number of tags with any Model instance and makes
 retrieval of tags simple.
 .
 Models can be expanded with a new TagField; web templates
 can easily include tag clouds and dedicated views are available
 to browse objects by tag.
 .
 This package contains the documentation.

python3-django-tagging: Generic tagging application for Django projects (Python 3)

 This is a generic tagging application for Django, which allows
 association of a number of tags with any Model instance and makes
 retrieval of tags simple.
 .
 Models can be expanded with a new TagField; web templates
 can easily include tag clouds and dedicated views are available
 to browse objects by tag.
 .
 This is the Python 3 version of the package.