diff options
Diffstat (limited to 'docs')
| -rwxr-xr-x[-rw-r--r--] | docs/api-guide/generic-views.md | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | docs/api-guide/serializers.md | 2 | ||||
| -rw-r--r-- | docs/topics/credits.md | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/docs/api-guide/generic-views.md b/docs/api-guide/generic-views.md index 20f1be63..cef9a9d4 100644..100755 --- a/docs/api-guide/generic-views.md +++ b/docs/api-guide/generic-views.md @@ -200,7 +200,7 @@ Should be mixed in with any [GenericAPIView]. Provides a `.retrieve(request, *args, **kwargs)` method, that implements returning an existing model instance in a response. -If an object can be retrieve this returns a `200 OK` response, with a serialized representation of the object as the body of the response. Otherwise it will return a `404 Not Found`. +If an object can be retrieved this returns a `200 OK` response, with a serialized representation of the object as the body of the response. Otherwise it will return a `404 Not Found`. Should be mixed in with [SingleObjectAPIView]. diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index 1a3c3431..2797b5f5 100644..100755 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -353,7 +353,7 @@ The `depth` option should be set to an integer value that indicates the depth of ## Specifying which fields should be read-only -You may wish to specify multiple fields as read-only. Instead of adding each field explicitely with the `read_only=True` attribute, you may use the `read_only_fields` Meta option, like so: +You may wish to specify multiple fields as read-only. Instead of adding each field explicitly with the `read_only=True` attribute, you may use the `read_only_fields` Meta option, like so: class AccountSerializer(serializers.ModelSerializer): class Meta: diff --git a/docs/topics/credits.md b/docs/topics/credits.md index 7dd9cd2c..6edf347e 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -113,6 +113,7 @@ The following people have helped make REST framework great. * Pierre Dulac - [dulaccc] * Dave Kuhn - [kuhnza] * Sitong Peng - [stoneg] +* Victor Shih - [vshih] Many thanks to everyone who's contributed to the project. @@ -260,3 +261,4 @@ You can also contact [@_tomchristie][twitter] directly on twitter. [dulaccc]: https://github.com/dulaccc [kuhnza]: https://github.com/kuhnza [stoneg]: https://github.com/stoneg +[vshih]: https://github.com/vshih |
