Skip to content

Commit 4e5f7de

Browse files
authored
Merge pull request #922 from jazzband/6-1-0
Fix missing template file in packaging
2 parents 4f3ec30 + 1535f06 commit 4e5f7de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Changelog
1111
* Add a fallback for when multiple tags are found in case-insensitivity mode (the earliest by PK is returned)
1212
* 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.
1313
* 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)
14-
14+
* Fix missing template file for admin merge tag action
1515

1616
6.0.0 (2024-07-27)
1717
~~~~~~~~~~~~~~~~~~

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include README.rst
55
include setup.cfg
66
include setup.py
77
recursive-include taggit *.py
8+
recursive-include taggit/templates *.html
89
recursive-include taggit/locale *.mo *.po
910
prune tests
1011
prune sample_taggit

0 commit comments

Comments
 (0)