django-taggit 0.12.2-1 source package in Ubuntu

Changelog

django-taggit (0.12.2-1) unstable; urgency=medium


  * New upstream release.
    - Fixed 1.7 migrations.
  * Bump standards to 3.9.6.

 -- Michal Čihař <email address hidden>  Thu, 25 Sep 2014 09:20:46 +0200

Upload details

Uploaded by:
Michal Čihař
Uploaded to:
Sid
Original maintainer:
Michal Čihař
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-taggit_0.12.2-1.dsc 2.0 KiB 4db907597f6133dffb19d20c42906f3384ca1e744de1dde4e187564591f288fb
django-taggit_0.12.2.orig.tar.gz 44.7 KiB a5fc5c892b42ccf25f6045655aad6f82f7891c26acdda4057a6c3a438f0c17b1
django-taggit_0.12.2-1.debian.tar.xz 2.8 KiB e197a930129a469f70c88b5cb0d7f3b6dc41b9cad7e5b302863f79c3f71cd7f9

Available diffs

No changes file available.

Binary packages built by this source

python-django-taggit: simple tagging for Django (Python 2)

 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.
 .
 django-taggit a simpler approach to tagging with Django. Add "taggit" to your
 INSTALLED_APPS then just add a TaggableManager to your model.
 .
 This package installs the library for Python 2.