Skip to content

Commit 66a1214

Browse files
authored
Support Django 5 (#616)
Added in Wagtail 5.2.2. Fixes #615
1 parent 2b7d147 commit 66a1214

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"Framework :: Django",
3838
"Framework :: Django :: 4.1",
3939
"Framework :: Django :: 4.2",
40+
"Framework :: Django :: 5.0",
4041
"Framework :: Wagtail",
4142
"Framework :: Wagtail :: 5",
4243
"Topic :: Internet :: WWW/HTTP",
@@ -48,7 +49,7 @@
4849
"beautifulsoup4>=4.8,<4.12", # should be the same as wagtail
4950
"django-eventtools==1.0.*",
5051
"django-bootstrap5==23.3",
51-
"Django>=4.1,<4.3", # should be the same as wagtail
52+
"Django>=4.1,<5.1", # should be the same as wagtail
5253
"geocoder==1.38.*",
5354
"icalendar==5.0.*",
5455
"wagtail>=5.0,<6.0",

0 commit comments

Comments
 (0)