wagtail / wagtail-localize

Translation plugin for Wagtail CMS
https://wagtail-localize.org/
Other
222 stars 84 forks source link

Wagtail 6.2 Support #813

Closed engineervix closed 3 weeks ago

engineervix commented 3 weeks ago

TBX Support Ticket

This PR adds Wagtail 6.2 Support.

Changes

Other notes

codecov-commenter commented 3 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 76.92308% with 3 lines in your changes missing coverage. Please review.

Project coverage is 92.92%. Comparing base (cf12512) to head (bf026bc). Report is 10 commits behind head on main.

Files Patch % Lines
wagtail_localize/views/report.py 80.00% 1 Missing and 1 partial :warning:
wagtail_localize/wagtail_hooks.py 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #813 +/- ## ========================================== + Coverage 92.83% 92.92% +0.08% ========================================== Files 47 47 Lines 4148 4144 -4 Branches 605 704 +99 ========================================== Hits 3851 3851 Misses 176 176 + Partials 121 117 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hpoul commented 2 weeks ago

@zerolab Any idea when a new release with this PR is planned? Seems like it missed 1.9.1. Mainly for Django 5.1 compatibility :-) thanks.