summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@thenicols.net>2019-04-04 00:17:25 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-25 11:38:35 +0200
commit3c3df7db8e5ce7882d6a8379fc2d0f82330114f1 (patch)
treefa3a3533bd412af7980ee2dc3586ba8fc1914def /docs/ref/checks.txt
parentf24cf51661af21cfe2d90d7cba6557c56778ef20 (diff)
[2.2.x] Fixed #30318 -- Added check for importability of arguments of custom error handler views.
Thanks to Jon on Stack Overflow for reporting the issue. Backport of a5accc0368c6575b55976c06af36ed399c85c781 from master
Diffstat (limited to 'docs/ref/checks.txt')
-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 6ec3028c35..9d48138076 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -464,6 +464,8 @@ The following checks are performed on your URL configuration:
end with a slash.
* **urls.E007**: The custom ``handlerXXX`` view ``'path.to.view'`` does not
take the correct number of arguments (…).
+* **urls.E008**: The custom ``handlerXXX`` view ``'path.to.view'`` could not be
+ imported.
``contrib`` app checks
======================