summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaweł Kołodziej <p.kolodziej@gmail.com>2018-09-28 01:49:37 +0200
committerTim Graham <timograham@gmail.com>2018-09-27 19:49:37 -0400
commit05c578bc1f6ab09ade17a29f79d7244b7acfb58f (patch)
tree45c7b629d13709b0cebb952c7d012984d4abebf0 /docs
parent40c8ffad7249fd37ca1629f06d3ab6b129d84b21 (diff)
Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a slash.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 2 insertions, 0 deletions
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 ``<prefix>`` in the
+ :setting:`STATICFILES_DIRS` setting must not end with a slash.