Fix a typo in the 3.8 announcement

This commit is contained in:
Arne Schauf 2018-04-18 00:28:58 +02:00 committed by GitHub
parent 7078afa42c
commit 84465f9d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ the view:
def perform_create(self, serializer):
serializer.save(owner=self.request.user)
Alternatively you may override `save()` or `create()` or `update()` on the serialiser as appropriate.
Alternatively you may override `save()` or `create()` or `update()` on the serializer as appropriate.
---