mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #29642 -- Added check for arguments of custom error handler views.
This commit is contained in:
parent
d483a5f0dc
commit
245c36d7b6
5 changed files with 73 additions and 5 deletions
|
@ -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
|
||||
======================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue