diff --git a/django/core/handlers/base.py b/django/core/handlers/base.py index fce724c31f..20f0d04669 100644 --- a/django/core/handlers/base.py +++ b/django/core/handlers/base.py @@ -95,6 +95,8 @@ class BaseHandler: return callback(request, **param_dict) except exceptions.PermissionDenied: return http.HttpResponseForbidden('