python-django-tagging 1:0.4.5-3 source package in Ubuntu

Changelog

python-django-tagging (1:0.4.5-3) unstable; urgency=medium

  * remove python-docutils from b-d-i; Closes: #943179

 -- Sandro Tosi <email address hidden>  Sat, 18 Apr 2020 00:48:48 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-tagging_0.4.5-3.dsc 2.2 KiB 541a2c31506ff1a13fb1b3f7e262a6aec2122f0271bed95ec236ce64975c96d3
python-django-tagging_0.4.5.orig.tar.gz 42.4 KiB b034d4869183f095ca0989314bf4b9b4e59f7706a5f79ad5bf5fa65e5086df19
python-django-tagging_0.4.5-3.debian.tar.xz 4.4 KiB d79c9d27005b934bf5e0c77f81043330c70284f750aee447e377657fa4c8f8b2

Available diffs

No changes file available.

Binary packages built by this source

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.