mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[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 a5accc0368 from master
This commit is contained in:
committed by
Mariusz Felisiak
parent
f24cf51661
commit
3c3df7db8e
@@ -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
|
||||
======================
|
||||
|
||||
Reference in New Issue
Block a user