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.
2 parents 9b7c4f1 + dd61543 commit 832c9e6Copy full SHA for 832c9e6
docs/docs/guides/response/django-pydantic.md
@@ -173,4 +173,4 @@ def modify_data(request, pk: int, payload: PatchDict[GroupSchema]):
173
174
```
175
176
-in this example the `payload` argument will be a type of `dict` only fields that were passed in request and validated using `GroupSchema`
+in this example the `payload` argument will be of type `dict` and only contain fields that were passed in the request and validated using `GroupSchema`
0 commit comments