python-django-tagging 0.3.1-1 source package in Ubuntu

Changelog

python-django-tagging (0.3.1-1) unstable; urgency=low

  * New upstream release.
  * Change build-depends on python-all-dev to python-all.
  * Switch to source format 3.0 (quilt).
  * Drop useless README.source.
  * Register documentation with doc-base.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  08 Feb 2010 11:03:59 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-tagging_0.3.1.orig.tar.gz 30.8 KiB e5fbeb7ca6e0c22a9a96239095dff508040ec95171e51c69e6f8ada72ea4bce2
python-django-tagging_0.3.1-1.debian.tar.gz 4.0 KiB 9271353b2a64667f177c7208e0fcd1b4082251f8509a8b7c1c4bc9b158e0be67
python-django-tagging_0.3.1-1.dsc 1.8 KiB 046c1f84d262c4de855d5132a3ec9dacdd0a8cb2eac206076d87d6eb16b3a9b6

Available diffs

View changes file

Binary packages built by this source

python-django-tagging: Generic tagging application for Django projects

 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.