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 9c149d4650..6895a93eff 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -457,6 +457,8 @@ The following checks are performed on your URL configuration:
able to reverse all URLs in this namespace.
* **urls.E006**: The :setting:`MEDIA_URL`/ :setting:`STATIC_URL` setting must
end with a slash.
+* **urls.E007**: The custom ``handlerXXX`` view ``'path.to.view'`` does not
+ take the correct number of arguments (…).
``contrib`` app checks
======================