summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2018-09-07 08:33:19 +0100
committerTim Graham <timograham@gmail.com>2018-09-14 11:59:56 -0400
commit245c36d7b6934fb0ca50eed2414253f4793f1ff5 (patch)
tree7e1397ca5e0ef8fc10de05a4e5f75421a29d2fa7 /docs/ref
parentd483a5f0dc1089ac5caabed0f9b320434d2df723 (diff)
Fixed #29642 -- Added check for arguments of custom error handler views.
Diffstat (limited to 'docs/ref')
-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
======================