Skip to content
Snippets Groups Projects
Unverified Commit 2b70088a authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Update Wagtail to v5.2.5 (#3995)

Also fixes one instance of "The `classnames` kwarg for MenuItem is
deprecated - use `classname` instead.".
parent 714ac862
No related branches found
No related tags found
1 merge request!98Merge 5.15.0 into ardc-main
......@@ -13,6 +13,6 @@ def register_dashboard_menu_item():
return MenuItem(
"Apply Dashboard",
urljoin(apply_home.url, reverse("dashboard:dashboard", "hypha.urls")),
classnames="icon icon-arrow-left",
classname="icon icon-arrow-left",
order=100000,
)
......@@ -55,7 +55,7 @@ tablib==3.5.0
tomd==0.1.3
wagtail-cache==2.4.0
wagtail-purge==0.3.0
wagtail==5.2.3
wagtail==5.2.5
whitenoise==6.6.0
xhtml2pdf==0.2.15
xmltodict==0.13.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment