From c36075ac1dddfa986340b1a5e15fe48833322372 Mon Sep 17 00:00:00 2001 From: christa Date: Tue, 27 Oct 2020 00:01:03 +0800 Subject: Fixed #31983 -- Added system check for file system caches location. Thanks Johannes Maron and Nick Pope for reviews. --- docs/ref/checks.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 56fde4198a..0ff6d36a25 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -138,6 +138,10 @@ configured: * **caches.E001**: You must define a ``'default'`` cache in your :setting:`CACHES` setting. +* **caches.W002**: Your ```` configuration might expose your cache or + lead to corruption of your data because its + :setting:`LOCATION ` matches/is inside/contains + :setting:`MEDIA_ROOT`/:setting:`STATIC_ROOT`/:setting:`STATICFILES_DIRS`. Database -------- -- cgit v1.3