Skip to content

Commit

Permalink
Fix missing template file in packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed Sep 29, 2024
1 parent 4f3ec30 commit 1535f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Changelog
* 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

6.0.0 (2024-07-27)
~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include README.rst
include setup.cfg
include setup.py
recursive-include taggit *.py
recursive-include taggit/templates *.html
recursive-include taggit/locale *.mo *.po
prune tests
prune sample_taggit
Expand Down

0 comments on commit 1535f06

Please sign in to comment.