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 a9ac2cc commit f719711Copy full SHA for f719711
docs/index.md
@@ -538,7 +538,7 @@ The first is `create`
538
return Album.objects.create(artist=artist, **validated_data)
539
```
540
541
-1. Where we create the album but since the album has artist as a nested model we need to create it here before try to save the album itself.
+1. We create the album, but since the album has artist as a nested model, we need to create it here before try to save the album itself.
542
2. Don't forget to import the `Album` model here with `from music.models import Album`
543
544
and the `update` method
0 commit comments