From 390951f31764c5a4bab55af32493f0786a86be03 Mon Sep 17 00:00:00 2001 From: J Harley Date: Thu, 24 Oct 2024 16:56:57 -0300 Subject: [PATCH] Update install.rst Small comment on the installation notes; django-browser-reload and wagtail-cache middleware don't seem to play nicely together --- docs/getting_started/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting_started/install.rst b/docs/getting_started/install.rst index c0bc77b..744db77 100644 --- a/docs/getting_started/install.rst +++ b/docs/getting_started/install.rst @@ -34,7 +34,8 @@ correctly cache everything: Do not use the Wagtail Cache middleware with the Django cache middleware. If you are currently using the Django cache middleware, you should remove it before -adding the Wagtail Cache middleware. +adding the Wagtail Cache middleware. Note: Adding 'FetchFromCacheMiddleware' blocks +django-browser-reload (if installed) from watching your project. 2. Define a cache