Fix a typo in the 3.8 announcement (#5940)

This commit is contained in:
Arne Schauf 2018-04-18 07:36:03 +02:00 committed by Tom Christie
parent 7078afa42c
commit d5fe1f66ac

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.
---