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

Changelog

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


  * Drop David Spreen from Uploaders. Closes: #738932
  * Add fix-testsuite.patch and now run the testsuite.
  * Add django-1.7-compat.patch to make it work with Django 1.7.
    Closes: #755624
  * Bump Standards-Version to 3.9.5 and debhelper compat to 9.
  * Add python-django to Build-Depends for the test suite.

 -- Raphaƫl Hertzog <email address hidden>  Fri, 14 Feb 2014 09:31:36 +0100

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

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-tagging_0.3.1-4.dsc 1.9 KiB 06d306b91f675b41a818ed84ac34db8a74364f0a79860d1931ceab63f7dde2d4
python-django-tagging_0.3.1.orig.tar.gz 30.8 KiB e5fbeb7ca6e0c22a9a96239095dff508040ec95171e51c69e6f8ada72ea4bce2
python-django-tagging_0.3.1-4.debian.tar.xz 5.2 KiB 4275d4b9a391a7c1107d7b00d966f88659ba0456476a18c3a36675f085138e2c

Available diffs

No changes file available.

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.