Skip to content

Commit dc7be4f

Browse files
chore: Update django taggit to work with wagtail 6.3 LTS version (#301)
* chore: Update django taggit to work with wagtail 6.3 LTS version * chore: Update changelog
1 parent cd7acf0 commit dc7be4f

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
* Francisco Fernández
1515
* Pep Lluís Miró
1616
* Wesley van Lee
17-
* Marco Badan
17+
* Marco Badan
18+
* Amanda Castilla

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Changelog
33

44
Unreleased
55
----------
6-
* Add Wagtail 6.2 support.
6+
* Add Wagtail 6.2 and 6.3 support.
77
* EntryPage: auto slug generation from title
8+
* Upgrade django-taggit >=5.0,<6.2
89

910
2.1.1 (2024-06-25)
1011
------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_metadata(package, field):
2727
install_requires=[
2828
'wagtail>=5.2,<7.0',
2929
'django-el-pagination==4.0.0',
30-
'django-taggit>=5.0,<5.1',
30+
'django-taggit>=5.0,<6.2',
3131
'wagtail-markdown==0.11.1'
3232
],
3333
url='http://github.com/APSL/puput',

0 commit comments

Comments
 (0)