Skip to content

Wagtail 7.0 maintenance #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 22, 2025

Conversation

nickmoreton
Copy link
Contributor

@nickmoreton nickmoreton commented May 20, 2025

Support/Testing for New Versions:

  • Added support for Django 5.2 and Wagtail 6.4 and 7.0

Code Simplification:

  • Removed conditional logic and imports related to Wagtail < 6.0

Dropped Support for Older Framework Versions:

  • Removed support for Wagtail 5.x and 6.2

Testing Configuration Updates:

  • Updated tox.ini to reflect new testing environments, adding Django 5.2 and Wagtail 7.0 while removing configurations for older versions like Wagtail 5.2 and 6.2.

@@ -21,52 +20,24 @@ def media(self):
return forms.Media(css={"all": css}, js=self._get_media_js())


if WAGTAIL_VERSION >= (6, 0):
class MarkdownTextarea(MarkdownTextareaBase):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you merge the two? there is no need for base anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank @zerolab I updated this.

@nickmoreton nickmoreton requested a review from zerolab May 22, 2025 13:23
Copy link
Member

@zerolab zerolab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nickmoreton

@zerolab zerolab merged commit c67c2b3 into torchbox:main May 22, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants