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 44f3c01 commit a9ac2ccCopy full SHA for a9ac2cc
docs/index.md
@@ -441,7 +441,7 @@ First the `list` method.
441
return Response(serializer.data)
442
```
443
444
-1. Here we just need to serialize the queryset and return it as a
+1. Here we just need to serialize the queryset and return it as a `Response`
445
2. Don't forget to import the `from rest_framework.response import Response`
446
447
The following action will be `create`
0 commit comments