django-taggit 5.0.1-4 source package in Ubuntu

Changelog

django-taggit (5.0.1-4) unstable; urgency=medium

  * Team upload.
  * [04ac00d] remove extraneous dependency on python3-mock

 -- Alexandre Detiste <email address hidden>  Sun, 17 Mar 2024 14:25:35 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-taggit_5.0.1-4.dsc 2.4 KiB 2086f52d517fd172fae385e2110350fe7d41922892fac34faee61b6a4f73c4d6
django-taggit_5.0.1.orig.tar.gz 57.7 KiB 2ed7c9190b59ddbf1e64ad93fd7810e4cd52edb55895213a9fd2790fc2254893
django-taggit_5.0.1-4.debian.tar.xz 14.5 KiB e51c35d9d4c3c6e74eda7a3c1993cd42b407b371c2d1258c7f76bdc8e8eec010

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.