diff options
| author | Stephan Groß | 2013-02-26 05:47:05 -0800 |
|---|---|---|
| committer | Stephan Groß | 2013-02-26 05:47:05 -0800 |
| commit | 64a9486b93eaf29c4e0030bacdfd6a66d43c2ec5 (patch) | |
| tree | aa32067ec727e127e4f6ef829a8b494496772a93 /docs/api-guide/fields.md | |
| parent | f00425c9013566ee2cd4dc05cc538c9e9fff3bc0 (diff) | |
| parent | cd7f552540778a744f51ade76aa4f8067eaf303a (diff) | |
| download | django-rest-framework-64a9486b93eaf29c4e0030bacdfd6a66d43c2ec5.tar.bz2 | |
Merge pull request #687 from wiliamsouza/master
Fix a small typo in docs
Diffstat (limited to 'docs/api-guide/fields.md')
| -rw-r--r-- | docs/api-guide/fields.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index 8c28273b..d7f9197f 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -102,7 +102,7 @@ You can customize this behavior by overriding the `.to_native(self, value)` met ## WritableField -A field that supports both read and write operations. By itself `WriteableField` does not perform any translation of input values into a given type. You won't typically use this field directly, but you may want to override it and implement the `.to_native(self, value)` and `.from_native(self, value)` methods. +A field that supports both read and write operations. By itself `WritableField` does not perform any translation of input values into a given type. You won't typically use this field directly, but you may want to override it and implement the `.to_native(self, value)` and `.from_native(self, value)` methods. ## ModelField |
