summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 7c15bbeb7b..486b88cc2e 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -631,3 +631,5 @@ The following checks are performed on your URL configuration:
* **urls.W003**: Your URL pattern ``<pattern>`` has a ``name``
including a ``:``. Remove the colon, to avoid ambiguous namespace
references.
+* **urls.E004**: Your URL pattern ``<pattern>`` is invalid. Ensure that
+ ``urlpatterns`` is a list of :func:`~django.conf.urls.url()` instances.