From d8a19f79abd9e750c9d2b11565a59fc931acda1e Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 7 Apr 2015 22:06:25 -0700 Subject: more sp fixes --- docs/api-guide/serializers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api-guide/serializers.md') diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index d9ded52f..2adea513 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -812,7 +812,7 @@ There are four methods that can be overridden, depending on what functionality y * `.to_representation()` - Override this to support serialization, for read operations. * `.to_internal_value()` - Override this to support deserialization, for write operations. -* `.create()` and `.update()` - Overide either or both of these to support saving instances. +* `.create()` and `.update()` - Override either or both of these to support saving instances. Because this class provides the same interface as the `Serializer` class, you can use it with the existing generic class based views exactly as you would for a regular `Serializer` or `ModelSerializer`. -- cgit v1.2.3