aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/serializers.md
diff options
context:
space:
mode:
authorTom Christie2013-03-31 05:34:13 -0700
committerTom Christie2013-03-31 05:34:13 -0700
commit64bcbb34d45c2500decb409a662b36c8d4174156 (patch)
tree9b59697d8b70e7b0d87df65de12a3836a152ed97 /docs/api-guide/serializers.md
parent399ac70b831d782b7d774950b59f3b2066ab86f7 (diff)
parent33ce7dfac4c9279ad6035d520a421cc7d77ffae5 (diff)
downloaddjango-rest-framework-64bcbb34d45c2500decb409a662b36c8d4174156.tar.bz2
Merge pull request #769 from vshih/master
Spelling/grammar fixes.
Diffstat (limited to 'docs/api-guide/serializers.md')
-rwxr-xr-x[-rw-r--r--]docs/api-guide/serializers.md2
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: