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

Wagtail 6.2 Support #26

Merged
merged 10 commits into from
Aug 22, 2024
Merged

Wagtail 6.2 Support #26

merged 10 commits into from
Aug 22, 2024

Conversation

engineervix
Copy link
Contributor

@engineervix engineervix commented Aug 21, 2024

TBX Support Ticket

This PR adds Wagtail 6.2 Support.

Changes

Commits Description
5ccb2f5, 458a383, 2a8afe7 Update report views for compatibility with the new Universal Listings UI, as documented in the Wagtail 6.2 release notes.
03eee4b, a2c19f2 Update the tox config
cf7833f Fix broken tox interactive test. This should fix #25
3ec87d4, fd56954 Documentation updates
edd5013 Add "wagtail.sites" to INSTALLED_APPS to aid in interactive tests

Copy link
Owner

@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.

Nice once. Thanks @engineervix


{% block listing %}
{% include 'reports/includes/list_with_review_dates.html' %}
{% endblock %}

{% block no_results %}
<p>No pages.</p>
<p>{% trans "No pages." %}</p>
Copy link
Owner

Choose a reason for hiding this comment

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

praise: nice catch!

py{310,311,312}-django5.0-wagtail{5.2,6.1,main}
py{38,39,310,311}-django4.2-wagtail{5.2,6.1,6.2,main}
py{310,311,312}-django5.0-wagtail{5.2,6.1,6.2,main}
py312-django5.1-wagtail{6.2,main}
Copy link
Owner

Choose a reason for hiding this comment

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

imho main should only be this last line. will address separately

@zerolab zerolab merged commit b9384ad into zerolab:main Aug 22, 2024
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.

Problems with contributing/testing
2 participants