coderedcorp / wagtail-cache

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

Wagtail-cache is incompatible with django-developer-panel #5

Open drcongo opened 5 years ago

drcongo commented 5 years ago

I think this is an issue at the django-develeoper-panel end though so if I get time I'll do some testing and open an issue or pull request there. The problem is this line in the middleware, our response has no context_data attribute so this line throws an exception. It's easy enough to make that return if the attribute is missing, but there may be more to it than that.

Might be worth adding to known issues in the readme for now though.