mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Merge cd7f552540
into f00425c901
This commit is contained in:
commit
6d83c808fd
|
@ -102,7 +102,7 @@ You can customize this behavior by overriding the `.to_native(self, value)` met
|
||||||
|
|
||||||
## WritableField
|
## 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
|
## ModelField
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user