Update queryset-proxy.md (#840)

Fix code example under `create` section

Co-authored-by: collerek <collerek@gmail.com>
This commit is contained in:
Abdeldjalil-H
2022-09-28 11:21:10 +01:00
committed by GitHub
parent 4922daafdc
commit 3cb221bdde

View File

@ -127,7 +127,7 @@ provided Through model.
Given sample like this:
```Python hl_lines="14-20, 29"
```Python hl_lines="14-20 29"
--8<-- "../docs_src/relations/docs004.py"
```