django-taggit 5.0.1-3 source package in Ubuntu

Changelog

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

  * Team upload
  * [1b889ff] d/control: Set epoch, correct python3-django version

 -- Carsten Schoenert <email address hidden>  Sun, 26 Nov 2023 14:20:21 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-taggit_5.0.1-3.dsc 2.5 KiB aa4d4403d778411a54209843d372989419e731b5b35175ddaa2f0ca077746401
django-taggit_5.0.1.orig.tar.gz 57.7 KiB 2ed7c9190b59ddbf1e64ad93fd7810e4cd52edb55895213a9fd2790fc2254893
django-taggit_5.0.1-3.debian.tar.xz 14.5 KiB 55bbb84d03898fa3736c41633302ca574e056bf407ea14cc2769d0e8ca5500ca

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.