We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab9b80 commit c76b1abCopy full SHA for c76b1ab
1 file changed
docs/api-guide/testing.md
@@ -102,7 +102,7 @@ This means that setting attributes directly on the request object may not always
102
request.user = user
103
response = view(request)
104
105
-In case you want to test the request having a REST famework's `Request` you have to transform it by-hand before:
+If you want to test a request involving the REST framework’s 'Request' object, you’ll need to manually transform it first:
106
107
class DummyView(APIView):
108
...
0 commit comments