Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down