From 245c36d7b6934fb0ca50eed2414253f4793f1ff5 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 7 Sep 2018 08:33:19 +0100 Subject: Fixed #29642 -- Added check for arguments of custom error handler views. --- 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 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 ====================== -- cgit v1.3