python-django-tagging 1:0.5.0-3 source package in Ubuntu

Changelog

python-django-tagging (1:0.5.0-3) unstable; urgency=medium

  * Team upload
  * [9db091e] Rebuild patch queue from patch-queue branch
    Added patches:
    Rebuild patch queue from patch-queue branch
    Added patches:
    django-4.x-fixes/Add-support-for-Django-4-compatibility.patch
    django-4.x-fixes/Use-re_path-instead-of-deprecated-url-Django-function.patch
    django-4.x-fixes/Use-smart_str-instead-of-deprecated-smart_text-Django-fun.patch
    The patches are taken from PR #23 on the GitHub upstream project.
    https://github.com/Fantomas42/django-tagging/pull/23
    (Closes: #1013509)
  * [be004b3] d/control: Update Standards-Version to 4.6.1
    No further changes needed.

 -- Carsten Schoenert <email address hidden>  Sat, 25 Jun 2022 19:56:12 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-tagging_0.5.0-3.dsc 2.4 KiB 81685c5c0ad2c739a38b991277de8af0b95fc41598dbc3f49781fee1a61fbd81
python-django-tagging_0.5.0.orig.tar.gz 39.8 KiB 971f8e9c2e34efe94521f60d7fdbcd403e3829fa2b313d09410b271cb1753c6d
python-django-tagging_0.5.0-3.debian.tar.xz 7.7 KiB db2688faccafab95b6102d36469e00742821934ed377768632e97461abe644c7

Available diffs

No changes file available.

Binary packages built by this source

python-django-tagging-doc: No summary available for python-django-tagging-doc in ubuntu kinetic.

No description available for python-django-tagging-doc in ubuntu kinetic.

python3-django-tagging: Generic tagging application for Django projects (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.
 .
 Models can be expanded with a new TagField; web templates
 can easily include tag clouds and dedicated views are available
 to browse objects by tag.
 .
 This is the Python 3 version of the package.