Support Wagtail 7.0-7.1 & Django 5.2 LTS#702
Conversation
Use Classname instead of classnames Update version to 6.0.0
Signed-off-by: rxm7706 <95496360+rxm7706@users.noreply.github.com>
|
My understanding is that the latest error in the CI pipeline is because the agent doesn't have authorization to run. Is this new / a known issue with an easy workaround for the coderedcms repo admins? |
|
Sorry, the Azure pipelines are hard to interpret on github. The code coverage comparison was failing because the pipeline hadn't been run in the main branch recently. I re-queued it so it looks like everything is passing now. Thanks for your work on this, I'll take a look and review. |
Hi @vsalvino - I've fixed the merge conflict and all tests pass- Could you review, and please let me know if you'd like any changes for a merge. |
Thank you for contributing! Please follow the guidelines below to submit your
pull request. Additional details are available in our
Contributor Guide.
Description of change
Added wagtail 7 support, updated dependent packages to versions support wagtail 7.X LTS and Django 5.2 LTS
Closes #699
Documentation
Should be added to the
docs/directory. If you're not sure how to adddocumentation, please provide a description here instead.
Tests
Unit tests should be included to test your changes. If you're not sure how to
write unit tests, please provide a description of how to test this change
manually.