coderedcorp / wagtail-cache

A simple page cache for Wagtail based on the Django cache middleware.
Other
87 stars 29 forks source link

Wagtail 5.0 upgrade #53

Closed katdom13 closed 1 year ago

katdom13 commented 1 year ago

Wagtail 5.0 release notes: https://docs.wagtail.org/en/stable/releases/upgrading.html

What's new:

This PR should also include changes from this PR: https://github.com/coderedcorp/wagtail-cache/pull/52

vsalvino commented 1 year ago

Excellent, great thorough work, and thank you for doing this! Do you expect this change will be compatible with Wagtail 4 and 5, or 5 only?

katdom13 commented 1 year ago

Excellent, great thorough work, and thank you for doing this! Do you expect this change will be compatible with Wagtail 4 and 5, or 5 only?

This is expected to work on 4.1 onwards

aliceni81 commented 1 year ago

Hope this version can be released on PyPI soon.

vsalvino commented 1 year ago

Thanks again for doing this. Another PR with wagtail 5 compatibility has already been merged in, so I am closing this. If you find any issues with wagtail 5 in the main branch, feel free to re-open!