aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/fields.md
diff options
context:
space:
mode:
authorTom Christie2013-11-20 17:40:56 +0000
committerTom Christie2013-11-20 17:40:56 +0000
commit3765865b4bf69d76d5bcb8e9c8071f4380b54177 (patch)
tree81b2c9e70256d67b2a44c3bb9c1830e595f7a6e0 /docs/api-guide/fields.md
parent304b193efe076868ceca624543183791f5931726 (diff)
downloaddjango-rest-framework-3765865b4bf69d76d5bcb8e9c8071f4380b54177.tar.bz2
Update 'default' explanation. Closes #1239
Diffstat (limited to 'docs/api-guide/fields.md')
-rw-r--r--docs/api-guide/fields.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md
index 4272c9a7..03c5af32 100644
--- a/docs/api-guide/fields.md
+++ b/docs/api-guide/fields.md
@@ -41,7 +41,7 @@ Defaults to `True`.
### `default`
-If set, this gives the default value that will be used for the field if none is supplied. If not set the default behavior is to not populate the attribute at all.
+If set, this gives the default value that will be used for the field if no input value is supplied. If not set the default behavior is to not populate the attribute at all.
May be set to a function or other callable, in which case the value will be evaluated each time it is used.