Skip to content
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

Add support for Wagtail 6.3 and 6.4 #416

Merged
merged 5 commits into from
Feb 7, 2025
Merged

Conversation

mgax
Copy link
Member

@mgax mgax commented Feb 7, 2025

Wagtail 6.3 has made a couple of changes to image and document models:

  • Images have a new description field.
  • Documents have their file_size field changed to PositiveBigIntegerField.

This requires a change in the migrations for the test app, which makes it incompatible with older Wagtail versions. The only older version that is still supported is Wagtail 5.2 LTS, but only until 2025-05-01.

@mgax mgax changed the title Add support for Wagtail 6.3 Add support for Wagtail 6.3 and 6.4 Feb 7, 2025
TASKS = {
"default": {
"BACKEND": "django_tasks.backends.immediate.ImmediateBackend",
"ENQUEUE_ON_COMMIT": False,
Copy link
Member Author

Choose a reason for hiding this comment

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

This took me way too long to figure out. I need to reach for the release notes more often 🙃

@mgax mgax marked this pull request as ready for review February 7, 2025 12:26
@mgax mgax requested a review from zerolab February 7, 2025 12:26
@mgax mgax merged commit 0c5fa74 into torchbox:main Feb 7, 2025
14 checks passed
@mgax mgax deleted the chore/wagtail-63 branch February 7, 2025 13:24
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