| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-django-taggit | Distribution: openSUSE Tumbleweed |
| Version: 6.1.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sun Apr 5 14:01:08 2026 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 183216 | Source RPM: python-django-taggit-6.1.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/alex/django-taggit | |
| Summary: Django-taggit is a reusable Django application for simple tagging | |
Django-taggit is a reusable Django application for simple tagging.
BSD-3-Clause-Clear
* Sun Apr 05 2026 ecsos <ecsos@opensuse.org>
- Update to 6.1.0
- 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
- Changes from 6.0.0
- By default, order tag items on instances by the primary key.
This generally means that they will be ordered by “creation date” for the tag item.
The previous behavior for this was that by default tag items were not ordered.
In practice tag items often end up ordered by creation date anyways, just due to
how databases work, but this was not a guarantee. If you wish to have the old behavior,
set ordering=[] to your TaggableManager instance.
We believe that this should not cause a noticable performance change,
and the number of queries involved should not change.
- Added the ability to merge tags via the admin
- Add Django 5.0 support (no code changes were needed, but now we test this release).
- Add Python 3.12 support
- Add support for dumpdata/loaddata using natural keys
* Tue Jun 03 2025 Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
* Sat Jan 18 2025 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
- Add missing build require python-pytz.
* Sat Nov 25 2023 Dirk Müller <dmueller@suse.com>
- update to 5.0.1:
* Fix the package metadata to properly reflect the right Django
and Python version requirements
* **Backwards icompatible:** Rename the (``content_type``,
``object_id``) index on ``TaggedItem``.
* Remove support for Django 3.2.
* Remove usage of deprecated APIs for Django 4.2
* Remove support for Python 3.7 (no code changes involved)
* Fix ``tag_kwargs`` and ``TAGGIT_CASE_INSENSITIVE=True``
discrepency.
* Fri May 05 2023 Markéta Machová <mmachova@suse.com>
- update to 4.0.0
* Remove Python 3.6 support (no code changes occurred, but we no longer test this release).
* Remove Django 4.0 support (no code changes occurred, but we no longer test this release).
* Add Django 4.2 support.
* Wed Jan 04 2023 Dirk Müller <dmueller@suse.com>
- update to 3.1.0:
* Add Python 3.11 support
* Add Django 4.1 support
* Fixed an issue where object caches would not be properly cleared after
updating tags, leading
to stale reads in cases where ``prefetch_related`` is used.
* Change ``TagListSerializerField`` to be a subclass of ``ListField``.
This should improve support for API document generation. This change
should not affect API behavior, but might affect metaprogramming code,
so please procede carefully during this update.
* Sat Oct 15 2022 John Vandenberg <jayvdb@gmail.com>
- Activate test suite
- Update to v3.0.0
* Backwards incompatible: Tag slugification used to silently strip
non-ASCII characters from the tag name to make the slug. This
leads to a lot of confusion for anyone using languages with
non-latin alphabets, as well as weird performance issues.
* Tag slugification will now, by default, maintain unicode characters
as-is during slugification. This will lead to less surprises, but
might cause issues for you if you are expecting all of your tag
slugs to fit within a regex like [a-zA-Z0-9] (for example in URL
routing configurations).
* Generally speaking, this should not require action on your part
as a library user, as existing tag slugs are persisted in the
database, and only new tags will receive the enhanced
unicode-compatible slug.
* If you wish to maintain the old stripping behavior, set the setting
TAGGIT_STRIP_UNICODE_WHEN_SLUGIFYING to True.
* As a reminder, custom tag models can easily customize slugification
behavior by overriding the slugify method to your business needs.
* Drop Django 2.2 support.
* Wed Apr 13 2022 Misha Komarovskiy <zombah@gmail.com>
- Update to 2.1.0
* Add Python 3.10 support.
* Add Django 4.0 support.
* Drop Django 3.1 support.
* Tue Dec 07 2021 Misha Komarovskiy <zombah@gmail.com>
- Update to 2.0.0
* Backwards incompatible: TaggableManager.set now takes a list of
tags (instead of varargs) so that its API matches Django's
RelatedManager.set
* Fix issue where TagField would incorrectly report that a field
has changed on empty values.
* Update Russian translation.
* Add Persian translation
* Fix issue for many languages where content types were not
being properly translated.
* Provide translators additional context regarding strings in TagBase model.
* Wed Jul 07 2021 Daniel Molkentin <daniel.molkentin@suse.com>
- Update to 1.5.1
* Fix compiled Ukranian translation (which would cause a failure on load for this locale).
* Update compiled Danish translation.
- Update to 1.5.0
* Vendor in the django-taggit-serializer project (under taggit.serializers).
* Add Arabic translation.
* Add Ukranian translation.
/usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info /usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info/METADATA /usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info/RECORD /usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info/licenses /usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info/licenses/AUTHORS /usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/django_taggit-6.1.0.dist-info/top_level.txt /usr/lib/python3.13/site-packages/taggit /usr/lib/python3.13/site-packages/taggit/__init__.py /usr/lib/python3.13/site-packages/taggit/__pycache__ /usr/lib/python3.13/site-packages/taggit/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/admin.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/admin.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/apps.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/apps.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/forms.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/forms.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/managers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/managers.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/models.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/models.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/serializers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/serializers.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/views.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/__pycache__/views.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/admin.py /usr/lib/python3.13/site-packages/taggit/apps.py /usr/lib/python3.13/site-packages/taggit/forms.py /usr/lib/python3.13/site-packages/taggit/management /usr/lib/python3.13/site-packages/taggit/management/commands /usr/lib/python3.13/site-packages/taggit/management/commands/__pycache__ /usr/lib/python3.13/site-packages/taggit/management/commands/__pycache__/deduplicate_tags.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/management/commands/__pycache__/deduplicate_tags.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/management/commands/__pycache__/remove_orphaned_tags.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/management/commands/__pycache__/remove_orphaned_tags.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/management/commands/deduplicate_tags.py /usr/lib/python3.13/site-packages/taggit/management/commands/remove_orphaned_tags.py /usr/lib/python3.13/site-packages/taggit/managers.py /usr/lib/python3.13/site-packages/taggit/migrations /usr/lib/python3.13/site-packages/taggit/migrations/0001_initial.py /usr/lib/python3.13/site-packages/taggit/migrations/0002_auto_20150616_2121.py /usr/lib/python3.13/site-packages/taggit/migrations/0003_taggeditem_add_unique_index.py /usr/lib/python3.13/site-packages/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.py /usr/lib/python3.13/site-packages/taggit/migrations/0005_auto_20220424_2025.py /usr/lib/python3.13/site-packages/taggit/migrations/0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx.py /usr/lib/python3.13/site-packages/taggit/migrations/__init__.py /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__ /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0001_initial.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0001_initial.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0002_auto_20150616_2121.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0002_auto_20150616_2121.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0003_taggeditem_add_unique_index.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0003_taggeditem_add_unique_index.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0004_alter_taggeditem_content_type_alter_taggeditem_tag.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0004_alter_taggeditem_content_type_alter_taggeditem_tag.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0005_auto_20220424_2025.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0005_auto_20220424_2025.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/taggit/migrations/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/taggit/models.py /usr/lib/python3.13/site-packages/taggit/serializers.py /usr/lib/python3.13/site-packages/taggit/templates /usr/lib/python3.13/site-packages/taggit/templates/admin /usr/lib/python3.13/site-packages/taggit/templates/admin/taggit /usr/lib/python3.13/site-packages/taggit/templates/admin/taggit/merge_tags_form.html /usr/lib/python3.13/site-packages/taggit/utils.py /usr/lib/python3.13/site-packages/taggit/views.py /usr/share/doc/packages/python313-django-taggit /usr/share/doc/packages/python313-django-taggit/AUTHORS /usr/share/doc/packages/python313-django-taggit/CHANGELOG.rst /usr/share/doc/packages/python313-django-taggit/README.rst /usr/share/licenses/python313-django-taggit /usr/share/licenses/python313-django-taggit/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Apr 17 22:21:45 2026