There was an error while loading. Please reload this page.
1 parent cf8e722 commit 3b40253Copy full SHA for 3b40253
1 file changed
v4.70/django/test/client.py
@@ -71,7 +71,7 @@ def __call__(self, environ):
71
72
signals.request_started.send(sender=self.__class__)
73
try:
74
- request = TestRequest(environ)
+ request = WSGIRequest(environ)
75
# sneaky little hack so that we can easily get round
76
# CsrfViewMiddleware. This makes life easier, and is probably
77
# required for backwards compatibility with external tests against
0 commit comments