torchbox / wagtail-grapple

A Wagtail app that makes building GraphQL endpoints a breeze!
https://wagtail-grapple.readthedocs.io/en/latest/
Other
151 stars 57 forks source link

Support Wagtail 5.2+, Wagtail 6+, Python 3.12 and Django 5 #387

Closed Morsey187 closed 2 months ago

Morsey187 commented 2 months ago

This PR adds support for:

There was one fix needed for Wagtail v6.0 to resolve an import error Query model moved to wagtail.contrib.search_promotions, and I've included commits from https://github.com/torchbox/wagtail-grapple/pull/385 for added Python and Django coverage.

Notes

You can test individual environments with tox using:

tox -e py310-django42-wagtail60