django-taggit 3.0.0-1 source package in Ubuntu

Changelog

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

  * Team upload

  * [1e9349f] New upstream version 3.0.0
  * [c5ed56a] d/control: Add minimal required Django version 3.2 in B-D
  * [2a72667] d/control: Update Standards-Version to 4.6.1

 -- Carsten Schoenert <email address hidden>  Thu, 13 Oct 2022 16:26:19 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-taggit_3.0.0-1.dsc 2.3 KiB 18bb0c819ddd21f4e18f69585cadfdcc18478c611eaeac17990b648b2d383393
django-taggit_3.0.0.orig.tar.gz 55.3 KiB fa218994c3a880b6312c8bcb2fd2697fcfd6817cb92b9244d31fadff64b44ea8
django-taggit_3.0.0-1.debian.tar.xz 13.3 KiB 4915063e8819a91b4eaed5954384b3456d2fab09288790c7960c2d085014a8d3

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.