mirror of
https://github.com/django/django.git
synced 2025-10-27 07:36:08 +00:00
Fixed #15672 -- Refined changes made in r15918. Thanks, vung.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -265,7 +265,6 @@ class WSGIHandler(base.BaseHandler):
|
||||
exc_info=sys.exc_info(),
|
||||
extra={
|
||||
'status_code': 400,
|
||||
'request': request
|
||||
}
|
||||
)
|
||||
response = http.HttpResponseBadRequest()
|
||||
|
||||
Reference in New Issue
Block a user