From 05c578bc1f6ab09ade17a29f79d7244b7acfb58f Mon Sep 17 00:00:00 2001
From: Paweł Kołodziej
Date: Fri, 28 Sep 2018 01:49:37 +0200
Subject: Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending
with a slash.
---
docs/ref/checks.txt | 2 ++
1 file changed, 2 insertions(+)
(limited to 'docs/ref')
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 6895a93eff..67813067f2 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -731,3 +731,5 @@ configured:
or list.
* **staticfiles.E002**: The :setting:`STATICFILES_DIRS` setting should not
contain the :setting:`STATIC_ROOT` setting.
+* **staticfiles.E003**: The prefix ```` in the
+ :setting:`STATICFILES_DIRS` setting must not end with a slash.
--
cgit v1.3