summaryrefslogtreecommitdiff
path: root/django/http/response.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/http/response.py')
-rw-r--r--django/http/response.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/django/http/response.py b/django/http/response.py
index 3b611e78f5..58993801e1 100644
--- a/django/http/response.py
+++ b/django/http/response.py
@@ -373,10 +373,12 @@ class HttpResponse(HttpResponseBase):
[
"resolver_match",
# Non-picklable attributes added by test clients.
+ "asgi_request",
"client",
"context",
"json",
"templates",
+ "wsgi_request",
]
)