diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ``<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. |
