django-taggit 4.0.0-2 source package in Ubuntu

Changelog

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

  * Team upload
  * Upload to unstable
  * [dfd898a] autopkgtest: Run test on all Python versions

 -- Carsten Schoenert <email address hidden>  Wed, 21 Jun 2023 19:28:17 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-taggit_4.0.0-2.dsc 2.4 KiB 933f5d58814691c8d0df13dfb32d7c1a52cae7bab343750482085441ebd0e2b8
django-taggit_4.0.0.orig.tar.gz 56.9 KiB 3fffde3126519d2466642eb86102d2b68414db66280134a563da31d808c456b4
django-taggit_4.0.0-2.debian.tar.xz 14.3 KiB 3f577eafae23eb0f169409ff00b88e420165ac6272256d8770e2422d8aabc756

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.