django-taggit 3.1.0-2 source package in Ubuntu

Changelog

django-taggit (3.1.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * [f0c3f04] Remove constraints unnecessary since buster (oldstable)

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 12:06:46 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-taggit_3.1.0-2.dsc 2.2 KiB 425997c4a1fe6e4ac50f6887a4815c730669255de3c56ab93b64011a07abe931
django-taggit_3.1.0.orig.tar.gz 56.3 KiB 7d9a535bc48b8e82efaaa72890c3cf8e493f179d8a6864b31d932dffd85a9d52
django-taggit_3.1.0-2.debian.tar.xz 13.3 KiB 177fbba20a48019d06a91149afc251d396a99afe9f04ca574009569fed2d0b1d

Available diffs

No changes file available.

Binary packages built by this source

python-django-taggit-doc: simple tagging for Django (Documentation)

 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 contains the documentation.

python3-django-taggit: simple tagging for Django (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.
 .
 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 3.