Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-taggit
From: Adam Ciarcinski
Date: 2024-10-29 06:41:02
Message id: 20241029054102.56B4AFC7E@cvs.NetBSD.org
Log Message:
py-django-taggit: updated to 6.1.0
6.1.0 (2024-09-29)
* Add a management command (``remove_orphaned_tags``) to remove orphaned tags
* Add a fallback for when multiple tags are found in case-insensitivity mode \
(the earliest by PK is returned)
* Add a ``deduplicate_tags`` management command to remove duplicate tags based \
on case insensitivity. This feature is enabled when ``TAGGIT_CASE_INSENSITIVE`` \
is set to ``True`` in the settings.
* We no longer package tests, docs, or the sample taggit app into the \
distributed wheels. While we believe this shouldn't affect anything for users of \
the library, please tell us if you find yourself hitting issues (like around \
import errors)
* Fix missing template file for admin merge tag action
Files: