coderedcorp / wagtail-cache

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

Support Django 5.1 #76

Closed vsalvino closed 3 months ago

vsalvino commented 3 months ago

Refactor cache middleware to be compliant with Django API (fixes bug caused by Django 5.1). Fixes #74

Thank you @auphof and @gwenya for your help! I will credit you both in this pull request so you will be noted as contributors.