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

Changelog

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

  * Team upload
  * [fcfd5bf] d/control: Suggest the -doc package within the library
  * [92afdfa] d/control: Mark the -doc package Multi-Arch: foreign

 -- Carsten Schoenert <email address hidden>  Fri, 24 Sep 2021 20:42:35 +0200

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
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-tagging_0.5.0-2.dsc 2.4 KiB 03d30ca946b66fb9839b4387d4afd845b910c60f5617e71faa12c9396feebae6
python-django-tagging_0.5.0.orig.tar.gz 39.8 KiB 971f8e9c2e34efe94521f60d7fdbcd403e3829fa2b313d09410b271cb1753c6d
python-django-tagging_0.5.0-2.debian.tar.xz 6.3 KiB 3dd4d2e5230cbb124beb0ce51acaaa12f56d925808e3a990e5fc2aeb6b87c57b

Available diffs

No changes file available.

Binary packages built by this source

python-django-tagging-doc: No summary available for python-django-tagging-doc in ubuntu kinetic.

No description available for python-django-tagging-doc in ubuntu kinetic.

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.