Fixed #29642 -- Added check for arguments of custom error handler views.

This commit is contained in:
Adam Johnson 2018-09-07 08:33:19 +01:00 committed by Tim Graham
parent d483a5f0dc
commit 245c36d7b6
5 changed files with 73 additions and 5 deletions

View file

@ -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
======================