mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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:
parent
f24cf51661
commit
3c3df7db8e
5 changed files with 44 additions and 2 deletions
|
@ -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
|
||||
======================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue