Skip to content

Commit

Permalink
Remove upper version pin
Browse files Browse the repository at this point in the history
This change removes our upper version pin of Wagtail, enabling (slightly broken) support for Wagtail 6.

With Wagtail 6 there are some additional changes to the breadcrumb and listing templates that we should bring in. The current listing works okay, with the exception of the buttons, but breadcrumbs are entirely broken. The breadcrumbs are a primary means of navigating the model tree, so that'll need to be fixed before this app officially supports Wagtail 6.x.

This change should make this app non-blocking for Wagtail 6.x though.
  • Loading branch information
willbarton committed Apr 29, 2024
1 parent a209571 commit b08fa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{name = "CFPB", email = "tech@cfpb.gov" }
]
dependencies = [
"wagtail>=5.1,<5.3",
"wagtail>=5.1",
"wagtail-modeladmin>=1.0",
]
classifiers = [
Expand Down

0 comments on commit b08fa70

Please sign in to comment.