From 8669cf0e684696971f6b577f5023634cb16f307e Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Fri, 23 Dec 2016 15:55:00 +0000 Subject: Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check. --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index ef6bbcee0e..f8e5522a2b 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -675,3 +675,5 @@ The following checks are performed on your URL configuration: ``urlpatterns`` is a list of :func:`~django.conf.urls.url()` instances. * **urls.W005**: URL namespace ```` isn't unique. You may not be able to reverse all URLs in this namespace. +* **urls.E006**: The :setting:`MEDIA_URL`/ :setting:`STATIC_URL` setting must + end with a slash. -- cgit v1.3