diff options
| author | Victor Shih | 2013-03-30 20:28:27 -0700 |
|---|---|---|
| committer | Victor Shih | 2013-03-30 20:28:27 -0700 |
| commit | 33ce7dfac4c9279ad6035d520a421cc7d77ffae5 (patch) | |
| tree | 7f152196c0dd1748a0825f557914485d8b1ba067 /docs/api-guide/serializers.md | |
| parent | 9b56616750bc769a3a5172f8f7603153c9335685 (diff) | |
| download | django-rest-framework-33ce7dfac4c9279ad6035d520a421cc7d77ffae5.tar.bz2 | |
Spelling/grammar fixes.
Diffstat (limited to 'docs/api-guide/serializers.md')
| -rwxr-xr-x[-rw-r--r--] | docs/api-guide/serializers.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
